Input: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:

committed by
Dmitry Torokhov

parent
5298cc4cc7
commit
e2619cf78e
@@ -334,7 +334,7 @@ static int ps2_probe(struct sa1111_dev *dev)
|
||||
/*
|
||||
* Remove one device from this driver.
|
||||
*/
|
||||
static int __devexit ps2_remove(struct sa1111_dev *dev)
|
||||
static int ps2_remove(struct sa1111_dev *dev)
|
||||
{
|
||||
struct ps2if *ps2if = sa1111_get_drvdata(dev);
|
||||
|
||||
|
Reference in New Issue
Block a user