diff options
Diffstat (limited to 'drivers/input/joystick/maplecontrol.c')
| -rw-r--r-- | drivers/input/joystick/maplecontrol.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/joystick/maplecontrol.c b/drivers/input/joystick/maplecontrol.c index 5ff3cb4a6de..59c10ec5a2a 100644 --- a/drivers/input/joystick/maplecontrol.c +++ b/drivers/input/joystick/maplecontrol.c @@ -157,7 +157,7 @@ fail:  	return error;  } -static int __devexit remove_maple_controller(struct device *dev) +static int remove_maple_controller(struct device *dev)  {  	struct maple_device *mdev = to_maple_dev(dev);  	struct dc_pad *pad = maple_get_drvdata(mdev);  |