Sfoglia il codice sorgente

ARM: OMAP2+: Make ctrl_module_core_44xx.h local

This can be local to mach-omap2.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Tony Lindgren 12 anni fa
parent
commit
91e80aecff

+ 1 - 1
arch/arm/mach-omap2/control.h

@@ -16,7 +16,7 @@
 #ifndef __ARCH_ARM_MACH_OMAP2_CONTROL_H
 #define __ARCH_ARM_MACH_OMAP2_CONTROL_H
 
-#include <mach/ctrl_module_core_44xx.h>
+#include "ctrl_module_core_44xx.h"
 #include <mach/ctrl_module_wkup_44xx.h>
 #include <mach/ctrl_module_pad_core_44xx.h>
 #include <mach/ctrl_module_pad_wkup_44xx.h>

+ 0 - 0
arch/arm/mach-omap2/include/mach/ctrl_module_core_44xx.h → arch/arm/mach-omap2/ctrl_module_core_44xx.h