diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2011-01-27 00:20:53 (GMT) |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2011-01-28 19:20:47 (GMT) |
commit | ce1c80fbaa3b8e132d4e430cbf7cb4a9cd28b2d5 (patch) | |
tree | 6f9b5cd08bafc6f62ffe0c23c4a0b1a3297c29ba /arch/arm/mach-msm/devices-msm7x00.c | |
parent | 437f629d4ea0a574b6102101fe4a51232a7cc105 (diff) | |
download | linux-ce1c80fbaa3b8e132d4e430cbf7cb4a9cd28b2d5.tar.xz |
msm: clock: Remove 7x30 and pcom includes from clock.h
clock.h includes clock-pcom.h and clock-7x30.h when it really
doesn't need to. Remove the includes and fixup breakages.
Reviewed-By: Saravana Kannan <skannan@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/devices-msm7x00.c')
-rw-r--r-- | arch/arm/mach-msm/devices-msm7x00.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/devices-msm7x00.c b/arch/arm/mach-msm/devices-msm7x00.c index fb548a8..0a47678 100644 --- a/arch/arm/mach-msm/devices-msm7x00.c +++ b/arch/arm/mach-msm/devices-msm7x00.c @@ -26,6 +26,7 @@ #include "clock.h" +#include "clock-pcom.h" #include <mach/mmc.h> static struct resource resources_uart1[] = { |