Commit e8e77e97 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent cc81e344
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
#include <mach/mux.h>

#include <mach/hardware.h>
#include <mach/usb.h>
#include "usb.h"

#include "ams-delta-fiq.h"
#include "board-ams-delta.h"
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

#include <mach/mux.h>

#include <mach/usb.h>
#include "usb.h"

#include "common.h"

+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
#include "flash.h"

#include <mach/hardware.h>
#include <mach/usb.h>
#include "usb.h"

#include "common.h"
#include "board-h2.h"
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@

#include <mach/hardware.h>
#include <mach/irqs.h>
#include <mach/usb.h>
#include "usb.h"

#include "common.h"
#include "board-h3.h"
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
#include "mmc.h"

#include <mach/irqs.h>
#include <mach/usb.h>
#include "usb.h"

#include "common.h"

Loading