diff options
Diffstat (limited to 'arch/arm/mach-omap2/clkt2xxx_dpllcore.c')
| -rw-r--r-- | arch/arm/mach-omap2/clkt2xxx_dpllcore.c | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/clkt2xxx_dpllcore.c b/arch/arm/mach-omap2/clkt2xxx_dpllcore.c index 4ae43922208..0d2f14c2dcc 100644 --- a/arch/arm/mach-omap2/clkt2xxx_dpllcore.c +++ b/arch/arm/mach-omap2/clkt2xxx_dpllcore.c @@ -25,15 +25,13 @@  #include <linux/clk.h>  #include <linux/io.h> -#include <plat/clock.h> -#include <plat/sram.h> -#include <plat/sdrc.h> -  #include "clock.h"  #include "clock2xxx.h"  #include "opp2xxx.h"  #include "cm2xxx_3xxx.h"  #include "cm-regbits-24xx.h" +#include "sdrc.h" +#include "sram.h"  /* #define DOWN_VARIABLE_DPLL 1 */		/* Experimental */  |