diff options
Diffstat (limited to 'drivers/tty/serial/samsung.c')
| -rw-r--r-- | drivers/tty/serial/samsung.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c index 6568beb4d370..82b48f60aa0c 100644 --- a/drivers/tty/serial/samsung.c +++ b/drivers/tty/serial/samsung.c | |||
| @@ -1256,7 +1256,7 @@ static int s3c24xx_serial_probe(struct platform_device *pdev) | |||
| 1256 | return ret; | 1256 | return ret; |
| 1257 | } | 1257 | } |
| 1258 | 1258 | ||
| 1259 | static int __devexit s3c24xx_serial_remove(struct platform_device *dev) | 1259 | static int s3c24xx_serial_remove(struct platform_device *dev) |
| 1260 | { | 1260 | { |
| 1261 | struct uart_port *port = s3c24xx_dev_to_port(&dev->dev); | 1261 | struct uart_port *port = s3c24xx_dev_to_port(&dev->dev); |
| 1262 | 1262 | ||
