mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
usb: omap: Move the xhci-omap header file to common location
Moving the xhci-omap header to a more global location so that other code can reference this code. Signed-off-by: Dan Murphy <dmurphy@ti.com>
This commit is contained in:
parent
e96751dad3
commit
41b667b834
2 changed files with 1 additions and 1 deletions
|
@ -15,10 +15,10 @@
|
||||||
#include <asm/omap_common.h>
|
#include <asm/omap_common.h>
|
||||||
#include <asm/arch/cpu.h>
|
#include <asm/arch/cpu.h>
|
||||||
#include <asm/arch/sys_proto.h>
|
#include <asm/arch/sys_proto.h>
|
||||||
#include <asm/arch/xhci-omap.h>
|
|
||||||
|
|
||||||
#include <linux/compat.h>
|
#include <linux/compat.h>
|
||||||
#include <linux/usb/dwc3.h>
|
#include <linux/usb/dwc3.h>
|
||||||
|
#include <linux/usb/xhci-omap.h>
|
||||||
|
|
||||||
#include "xhci.h"
|
#include "xhci.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue