diff options
Diffstat (limited to 'arch/arm/mach-msm/devices.h')
-rw-r--r-- | arch/arm/mach-msm/devices.h | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h index da902cf51161..dccefad9f9b9 100644 --- a/arch/arm/mach-msm/devices.h +++ b/arch/arm/mach-msm/devices.h | |||
@@ -16,10 +16,6 @@ | |||
16 | #ifndef __ARCH_ARM_MACH_MSM_DEVICES_H | 16 | #ifndef __ARCH_ARM_MACH_MSM_DEVICES_H |
17 | #define __ARCH_ARM_MACH_MSM_DEVICES_H | 17 | #define __ARCH_ARM_MACH_MSM_DEVICES_H |
18 | 18 | ||
19 | #include <linux/clkdev.h> | ||
20 | |||
21 | #include "clock.h" | ||
22 | |||
23 | extern struct platform_device msm_device_gpio_7201; | 19 | extern struct platform_device msm_device_gpio_7201; |
24 | extern struct platform_device msm_device_gpio_7x30; | 20 | extern struct platform_device msm_device_gpio_7x30; |
25 | extern struct platform_device msm_device_gpio_8x50; | 21 | extern struct platform_device msm_device_gpio_8x50; |
@@ -50,13 +46,8 @@ extern struct platform_device msm_device_mddi0; | |||
50 | extern struct platform_device msm_device_mddi1; | 46 | extern struct platform_device msm_device_mddi1; |
51 | extern struct platform_device msm_device_mdp; | 47 | extern struct platform_device msm_device_mdp; |
52 | 48 | ||
53 | extern struct clk_lookup msm_clocks_7x01a[]; | 49 | extern struct platform_device msm_clock_7x01a; |
54 | extern unsigned msm_num_clocks_7x01a; | 50 | extern struct platform_device msm_clock_7x30; |
55 | 51 | extern struct platform_device msm_clock_8x50; | |
56 | extern struct clk_lookup msm_clocks_7x30[]; | ||
57 | extern unsigned msm_num_clocks_7x30; | ||
58 | |||
59 | extern struct clk_lookup msm_clocks_8x50[]; | ||
60 | extern unsigned msm_num_clocks_8x50; | ||
61 | 52 | ||
62 | #endif | 53 | #endif |