diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-03-20 18:31:00 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2017-03-20 18:31:00 +0100 |
commit | 8c6457504f9a8806409c4885a620faedf1348dca (patch) | |
tree | 05d67180a38ab35814405024a80ef2b93f5efc47 /drivers/video/fbdev/amifb.c | |
parent | video: fbdev: pmag-aa-fb: remove incorrect __exit markups (diff) | |
download | linux-8c6457504f9a8806409c4885a620faedf1348dca.tar.xz linux-8c6457504f9a8806409c4885a620faedf1348dca.zip |
video: fbdev: i810: remove incorrect __exit markups
Even if bus is not hot-pluggable, devices can be unbound from the
driver via sysfs, so we should not be using __exit annotations on
remove() methods. The only exception is drivers registered with
platform_driver_probe() which specifically disables sysfs bind/unbind
attributes.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'drivers/video/fbdev/amifb.c')
0 files changed, 0 insertions, 0 deletions