leds: 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>
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:
Bill Pemberton
2012-11-19 13:26:00 -05:00
committad av Greg Kroah-Hartman
förälder 98ea1ea20c
incheckning 678e8a6be9
29 ändrade filer med 29 tillägg och 29 borttagningar

Visa fil

@@ -164,7 +164,7 @@ exit:
return err;
}
static int __devexit pca9633_remove(struct i2c_client *client)
static int pca9633_remove(struct i2c_client *client)
{
struct pca9633_led *pca9633 = i2c_get_clientdata(client);
int i;