Commit ce1c80fb authored by Stephen Boyd's avatar Stephen Boyd Committed by David Brown

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: default avatarSaravana Kannan <skannan@codeaurora.org>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarDavid Brown <davidb@codeaurora.org>
parent 437f629d
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "proc_comm.h" #include "proc_comm.h"
#include "clock.h" #include "clock.h"
#include "clock-pcom.h"
/* /*
* glue for the proc_comm interface * glue for the proc_comm interface
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "clock.h" #include "clock.h"
#include "proc_comm.h" #include "proc_comm.h"
#include "clock-7x30.h" #include "clock-7x30.h"
#include "clock-pcom.h"
static DEFINE_MUTEX(clocks_mutex); static DEFINE_MUTEX(clocks_mutex);
static DEFINE_SPINLOCK(clocks_lock); static DEFINE_SPINLOCK(clocks_lock);
......
...@@ -20,9 +20,6 @@ ...@@ -20,9 +20,6 @@
#include <linux/list.h> #include <linux/list.h>
#include <mach/clk.h> #include <mach/clk.h>
#include "clock-pcom.h"
#include "clock-7x30.h"
#define CLKFLAG_INVERT 0x00000001 #define CLKFLAG_INVERT 0x00000001
#define CLKFLAG_NOINVERT 0x00000002 #define CLKFLAG_NOINVERT 0x00000002
#define CLKFLAG_NONEST 0x00000004 #define CLKFLAG_NONEST 0x00000004
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include "clock.h" #include "clock.h"
#include "clock-pcom.h"
#include <mach/mmc.h> #include <mach/mmc.h>
static struct resource resources_uart1[] = { static struct resource resources_uart1[] = {
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include "clock-pcom.h" #include "clock-pcom.h"
#include "clock-7x30.h"
#include <mach/mmc.h> #include <mach/mmc.h>
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <asm/mach/flash.h> #include <asm/mach/flash.h>
#include <mach/mmc.h> #include <mach/mmc.h>
#include "clock-pcom.h"
static struct resource resources_uart3[] = { static struct resource resources_uart3[] = {
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment