ARM: OMAP1: Fix randconfig builds if ARCH_OMAP15XX not selected
[deliverable/linux.git] / arch / arm / mach-omap1 / include / mach / memory.h
index 058a4f7d44c59fc9535ed6e79f353007238f012f..d43ff0f1cbf8d339525415d65e249abff3e2fc61 100644 (file)
@@ -5,6 +5,9 @@
 #ifndef __ASM_ARCH_MEMORY_H
 #define __ASM_ARCH_MEMORY_H
 
+/* REVISIT: omap1 legacy drivers still rely on this */
+#include <mach/soc.h>
+
 /*
  * Bus address is physical address, except for OMAP-1510 Local Bus.
  * OMAP-1510 bus address is translated into a Local Bus address if the
@@ -14,7 +17,6 @@
  * because of the strncmp().
  */
 #if defined(CONFIG_ARCH_OMAP15XX) && !defined(__ASSEMBLER__)
-#include <mach/soc.h>
 
 /*
  * OMAP-1510 Local Bus address offset
This page took 0.024415 seconds and 5 git commands to generate.