diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/omap-serial.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap-serial.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap-serial.h b/arch/arm/plat-omap/include/plat/omap-serial.h index 5cc062620719..90d2d74d1682 100644 --- a/arch/arm/plat-omap/include/plat/omap-serial.h +++ b/arch/arm/plat-omap/include/plat/omap-serial.h | |||
@@ -18,7 +18,7 @@ | |||
18 | #define __OMAP_SERIAL_H__ | 18 | #define __OMAP_SERIAL_H__ |
19 | 19 | ||
20 | #include <linux/serial_core.h> | 20 | #include <linux/serial_core.h> |
21 | #include <linux/platform_device.h> | 21 | #include <linux/device.h> |
22 | #include <linux/pm_qos.h> | 22 | #include <linux/pm_qos.h> |
23 | 23 | ||
24 | #include <plat/mux.h> | 24 | #include <plat/mux.h> |
@@ -74,9 +74,9 @@ struct omap_uart_port_info { | |||
74 | int DTR_present; | 74 | int DTR_present; |
75 | 75 | ||
76 | int (*get_context_loss_count)(struct device *); | 76 | int (*get_context_loss_count)(struct device *); |
77 | void (*set_forceidle)(struct platform_device *); | 77 | void (*set_forceidle)(struct device *); |
78 | void (*set_noidle)(struct platform_device *); | 78 | void (*set_noidle)(struct device *); |
79 | void (*enable_wakeup)(struct platform_device *, bool); | 79 | void (*enable_wakeup)(struct device *, bool); |
80 | }; | 80 | }; |
81 | 81 | ||
82 | struct uart_omap_dma { | 82 | struct uart_omap_dma { |
@@ -108,7 +108,7 @@ struct uart_omap_dma { | |||
108 | struct uart_omap_port { | 108 | struct uart_omap_port { |
109 | struct uart_port port; | 109 | struct uart_port port; |
110 | struct uart_omap_dma uart_dma; | 110 | struct uart_omap_dma uart_dma; |
111 | struct platform_device *pdev; | 111 | struct device *dev; |
112 | 112 | ||
113 | unsigned char ier; | 113 | unsigned char ier; |
114 | unsigned char lcr; | 114 | unsigned char lcr; |