diff options
Diffstat (limited to 'arch/arm/mach-omap2/clock44xx_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/clock44xx_data.c | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c index 254f341e4bd..91ab6f223b8 100644 --- a/arch/arm/mach-omap2/clock44xx_data.c +++ b/arch/arm/mach-omap2/clock44xx_data.c @@ -33,11 +33,15 @@  #include "cm1_44xx.h"  #include "cm2_44xx.h"  #include "cm-regbits-44xx.h" -#include "prm.h" +#include "prm44xx.h"  #include "prm44xx.h"  #include "prm-regbits-44xx.h"  #include "control.h" +/* OMAP4 modulemode control */ +#define OMAP4430_MODULEMODE_HWCTRL			0 +#define OMAP4430_MODULEMODE_SWCTRL			1 +  /* Root clocks */  static struct clk extalt_clkin_ck = {  |