diff options
Diffstat (limited to 'arch/arm/mach-ux500/devices-db8500.h')
-rw-r--r-- | arch/arm/mach-ux500/devices-db8500.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/devices-db8500.h b/arch/arm/mach-ux500/devices-db8500.h index a5e05f6e256f..dbcb35c48f06 100644 --- a/arch/arm/mach-ux500/devices-db8500.h +++ b/arch/arm/mach-ux500/devices-db8500.h | |||
@@ -14,6 +14,11 @@ | |||
14 | 14 | ||
15 | struct ske_keypad_platform_data; | 15 | struct ske_keypad_platform_data; |
16 | struct pl022_ssp_controller; | 16 | struct pl022_ssp_controller; |
17 | struct platform_device; | ||
18 | |||
19 | extern struct ab8500_platform_data ab8500_platdata; | ||
20 | extern struct prcmu_pdata db8500_prcmu_pdata; | ||
21 | extern struct platform_device db8500_prcmu_device; | ||
17 | 22 | ||
18 | static inline struct platform_device * | 23 | static inline struct platform_device * |
19 | db8500_add_ske_keypad(struct device *parent, | 24 | db8500_add_ske_keypad(struct device *parent, |