diff mbox

[U-Boot] drivers: usb: fsl: Remove LS102XA immap inclusion

Message ID 1435123368-8531-1-git-send-email-nikhil.badola@freescale.com
State Accepted
Delegated to: Marek Vasut
Headers show

Commit Message

Nikhil Badola June 24, 2015, 5:22 a.m. UTC
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>
---
 drivers/usb/host/xhci-fsl.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Marek Vasut June 26, 2015, 2:34 p.m. UTC | #1
On Wednesday, June 24, 2015 at 07:22:48 AM, Nikhil Badola wrote:
> 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>

Makes me wonder how well you build-test these things before submitting
to the list ;-)

Applied, thanks.

Best regards,
Marek Vasut
diff mbox

Patch

diff --git a/drivers/usb/host/xhci-fsl.c b/drivers/usb/host/xhci-fsl.c
index 6781b94..6481e07 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>