aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1/board-sx1.c
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2019-08-06 14:34:31 +0200
committerGravatar Arnd Bergmann <arnd@arndb.de> 2022-04-21 15:00:59 +0200
commite8e77e97507bf3ec5419b8067d242b538cf75cba (patch)
treef0504d4b1bbbdf3c216f9f08dd63f2a7bb219f1c /arch/arm/mach-omap1/board-sx1.c
parentARM: omap1: ams-delta: remove camera leftovers (diff)
downloadlinux-e8e77e97507bf3ec5419b8067d242b538cf75cba.tar.gz
linux-e8e77e97507bf3ec5419b8067d242b538cf75cba.tar.bz2
linux-e8e77e97507bf3ec5419b8067d242b538cf75cba.zip
ARM: omap1: move mach/usb.h to include/linux/soc
The register definitions in this header are used in at least four different places, with little hope of completely cleaning that up. Split up the file into a portion that becomes a linux-wide header under include/linux/soc/ti/, and the parts that are actually only needed by board files. Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap1/board-sx1.c')
-rw-r--r--arch/arm/mach-omap1/board-sx1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-sx1.c b/arch/arm/mach-omap1/board-sx1.c
index bb9ec345e204..0965b1b689ec 100644
--- a/arch/arm/mach-omap1/board-sx1.c
+++ b/arch/arm/mach-omap1/board-sx1.c
@@ -38,7 +38,7 @@
#include "board-sx1.h"
#include <mach/hardware.h>
-#include <mach/usb.h>
+#include "usb.h"
#include "common.h"