You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Input: remove use of __devexit_p
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
committed by
Dmitry Torokhov
parent
58b45d166f
commit
1cb0aa8817
@@ -132,7 +132,7 @@ static struct maple_driver dc_mouse_driver = {
|
||||
.drv = {
|
||||
.name = "Dreamcast_mouse",
|
||||
.probe = probe_maple_mouse,
|
||||
.remove = __devexit_p(remove_maple_mouse),
|
||||
.remove = remove_maple_mouse,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user