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>
このコミットが含まれているのは:
@@ -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);
|
||||
|
新しいイシューから参照
ユーザーをブロックする