diff options
| -rw-r--r-- | drivers/tty/serial/omap-serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c index 1ba1f439a5b0..881b652220b4 100644 --- a/drivers/tty/serial/omap-serial.c +++ b/drivers/tty/serial/omap-serial.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #include <linux/slab.h> | 32 | #include <linux/slab.h> |
| 33 | #include <linux/tty.h> | 33 | #include <linux/tty.h> |
| 34 | #include <linux/tty_flip.h> | 34 | #include <linux/tty_flip.h> |
| 35 | #include <linux/platform_device.h> | ||
| 35 | #include <linux/io.h> | 36 | #include <linux/io.h> |
| 36 | #include <linux/clk.h> | 37 | #include <linux/clk.h> |
| 37 | #include <linux/serial_core.h> | 38 | #include <linux/serial_core.h> |
| @@ -40,7 +41,6 @@ | |||
| 40 | #include <linux/of.h> | 41 | #include <linux/of.h> |
| 41 | #include <linux/gpio.h> | 42 | #include <linux/gpio.h> |
| 42 | 43 | ||
| 43 | #include <plat/dmtimer.h> | ||
| 44 | #include <plat/omap-serial.h> | 44 | #include <plat/omap-serial.h> |
| 45 | 45 | ||
| 46 | #define UART_BUILD_REVISION(x, y) (((x) << 8) | (y)) | 46 | #define UART_BUILD_REVISION(x, y) (((x) << 8) | (y)) |
