diff options
Diffstat (limited to 'drivers/serial/samsung.h')
-rw-r--r-- | drivers/serial/samsung.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/samsung.h b/drivers/serial/samsung.h index 7afb94843a08..d3fe315969f6 100644 --- a/drivers/serial/samsung.h +++ b/drivers/serial/samsung.h | |||
@@ -72,7 +72,7 @@ struct s3c24xx_uart_port { | |||
72 | extern int s3c24xx_serial_probe(struct platform_device *dev, | 72 | extern int s3c24xx_serial_probe(struct platform_device *dev, |
73 | struct s3c24xx_uart_info *uart); | 73 | struct s3c24xx_uart_info *uart); |
74 | 74 | ||
75 | extern int s3c24xx_serial_remove(struct platform_device *dev); | 75 | extern int __devexit s3c24xx_serial_remove(struct platform_device *dev); |
76 | 76 | ||
77 | extern int s3c24xx_serial_initconsole(struct platform_driver *drv, | 77 | extern int s3c24xx_serial_initconsole(struct platform_driver *drv, |
78 | struct s3c24xx_uart_info *uart); | 78 | struct s3c24xx_uart_info *uart); |