diff options
Diffstat (limited to 'include/linux/amba/serial.h')
-rw-r--r-- | include/linux/amba/serial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/amba/serial.h b/include/linux/amba/serial.h index 42949e210cb..5a5a7fd6249 100644 --- a/include/linux/amba/serial.h +++ b/include/linux/amba/serial.h | |||
@@ -162,6 +162,7 @@ | |||
162 | #define UART01x_FR_MODEM_ANY (UART01x_FR_DCD|UART01x_FR_DSR|UART01x_FR_CTS) | 162 | #define UART01x_FR_MODEM_ANY (UART01x_FR_DCD|UART01x_FR_DSR|UART01x_FR_CTS) |
163 | 163 | ||
164 | #ifndef __ASSEMBLY__ | 164 | #ifndef __ASSEMBLY__ |
165 | struct amba_device; /* in uncompress this is included but amba/bus.h is not */ | ||
165 | struct amba_pl010_data { | 166 | struct amba_pl010_data { |
166 | void (*set_mctrl)(struct amba_device *dev, void __iomem *base, unsigned int mctrl); | 167 | void (*set_mctrl)(struct amba_device *dev, void __iomem *base, unsigned int mctrl); |
167 | }; | 168 | }; |