Эх сурвалжийг харах

ARM: OMAP2: Move clock.h to clock24xx.h

This patch moves clock.h to clock24xx.h to make room for
adding common clock code for 24xx and 34xx.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Paul Walmsley 17 жил өмнө
parent
commit
32ab2cb941

+ 1 - 1
arch/arm/mach-omap2/clock.c

@@ -31,7 +31,7 @@
 
 #include "prcm-regs.h"
 #include "memory.h"
-#include "clock.h"
+#include "clock24xx.h"
 
 #undef DEBUG
 

+ 0 - 0
arch/arm/mach-omap2/clock.h → arch/arm/mach-omap2/clock24xx.h