diff options
Diffstat (limited to 'drivers/tty/serial/timbuart.c')
| -rw-r--r-- | drivers/tty/serial/timbuart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/timbuart.c b/drivers/tty/serial/timbuart.c index c833f50980b6..5be0d68feceb 100644 --- a/drivers/tty/serial/timbuart.c +++ b/drivers/tty/serial/timbuart.c | |||
| @@ -492,7 +492,7 @@ err_mem: | |||
| 492 | return err; | 492 | return err; |
| 493 | } | 493 | } |
| 494 | 494 | ||
| 495 | static int __devexit timbuart_remove(struct platform_device *dev) | 495 | static int timbuart_remove(struct platform_device *dev) |
| 496 | { | 496 | { |
| 497 | struct timbuart_port *uart = platform_get_drvdata(dev); | 497 | struct timbuart_port *uart = platform_get_drvdata(dev); |
| 498 | 498 | ||
