diff options
author | Tony Lindgren <tony@atomide.com> | 2012-08-31 17:04:35 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-12 18:06:31 -0700 |
commit | 68cb700c59fae6cd539c9dc1e9f2584f671935a0 (patch) | |
tree | 181ed137e216c7ee8c731eba9dbc4a9e84ef1530 /arch/arm/mach-omap1/devices.c | |
parent | c49f34bc25900c3c6638fed0987c9abea3c212ea (diff) | |
download | talos-op-linux-68cb700c59fae6cd539c9dc1e9f2584f671935a0.tar.gz talos-op-linux-68cb700c59fae6cd539c9dc1e9f2584f671935a0.zip |
ARM: OMAP1: Move SoC specific headers from plat to mach for omap1
There's no need to have these in plat-omap any longer. Note that these
could eventually be made local to mach-omap1 instead of being in mach.
But to do that, at least various driver access using omap7xxx.h registers
needs to be fixed first.
Cc: spi-devel-general@lists.sourceforge.net
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/devices.c')
-rw-r--r-- | arch/arm/mach-omap1/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c index 1feca354ce08..05fdbd992c77 100644 --- a/arch/arm/mach-omap1/devices.c +++ b/arch/arm/mach-omap1/devices.c @@ -23,8 +23,8 @@ #include <plat/mux.h> #include <plat/dma.h> #include <plat/mmc.h> -#include <plat/omap7xx.h> +#include <mach/omap7xx.h> #include <mach/camera.h> #include <mach/hardware.h> |