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
leds: 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> Cc: Richard Purdie <rpurdie@rpsys.net> Cc: Jan-Simon Moeller <jansimon.moeller@gmx.de> Acked-by: Bryan Wu <cooloney@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6e0ee714fd
commit
df07cf8126
@@ -752,7 +752,7 @@ static struct i2c_driver tca6507_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = tca6507_probe,
|
||||
.remove = __devexit_p(tca6507_remove),
|
||||
.remove = tca6507_remove,
|
||||
.id_table = tca6507_id,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user