diff options
author | Nikhil Badola <nikhil.badola@freescale.com> | 2015-06-24 10:52:48 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-07-22 08:55:45 +0200 |
commit | f2226c0dbec2de90f92367f66af3a4cb20109ed3 (patch) | |
tree | 834ad4dcce25c8b00917e1610279c6a97bccf7db | |
parent | 2f47324255e6c9d106310ed1a2198ffb24e4891e (diff) | |
download | u-boot-f2226c0dbec2de90f92367f66af3a4cb20109ed3.tar.gz |
drivers: usb: fsl: Remove LS102XA immap inclusion
Remove LS102XA immap header inclusion from xhci fsl driver.
It removes redefinition warnings when built for platforms
other than LS102XA
Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
-rw-r--r-- | drivers/usb/host/xhci-fsl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-fsl.c b/drivers/usb/host/xhci-fsl.c index 6781b94851..6481e07823 100644 --- a/drivers/usb/host/xhci-fsl.c +++ b/drivers/usb/host/xhci-fsl.c @@ -11,7 +11,6 @@ #include <common.h> #include <usb.h> #include <asm-generic/errno.h> -#include <asm/arch-ls102xa/immap_ls102xa.h> #include <linux/compat.h> #include <linux/usb/xhci-fsl.h> #include <linux/usb/dwc3.h> |