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>
このコミットが含まれているのは:
Bill Pemberton
2012-11-23 21:50:47 -08:00
committed by Dmitry Torokhov
コミット e2619cf78e
141個のファイルの変更149行の追加149行の削除

ファイルの表示

@@ -365,7 +365,7 @@ static int s3c2410ts_probe(struct platform_device *pdev)
*
* Free up our state ready to be removed.
*/
static int __devexit s3c2410ts_remove(struct platform_device *pdev)
static int s3c2410ts_remove(struct platform_device *pdev)
{
free_irq(ts.irq_tc, ts.input);
del_timer_sync(&touch_timer);