commit | e8e77e97507bf3ec5419b8067d242b538cf75cba | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Aug 06 14:34:31 2019 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Apr 21 15:00:59 2022 +0200 |
tree | f0504d4b1bbbdf3c216f9f08dd63f2a7bb219f1c | |
parent | cc81e344809cc9aab581f14398facd7104e63e80 [diff] |
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>