diff options
Diffstat (limited to 'drivers/char/tb0219.c')
-rw-r--r-- | drivers/char/tb0219.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tb0219.c b/drivers/char/tb0219.c index 76e3aea27ff7..34c63f85104d 100644 --- a/drivers/char/tb0219.c +++ b/drivers/char/tb0219.c | |||
@@ -318,7 +318,7 @@ static int tb0219_probe(struct platform_device *dev) | |||
318 | return 0; | 318 | return 0; |
319 | } | 319 | } |
320 | 320 | ||
321 | static int __devexit tb0219_remove(struct platform_device *dev) | 321 | static int tb0219_remove(struct platform_device *dev) |
322 | { | 322 | { |
323 | _machine_restart = old_machine_restart; | 323 | _machine_restart = old_machine_restart; |
324 | 324 | ||