[U-Boot] [PATCH] 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 --- drivers/usb/host/xhci-fsl.c | 1 - 1 file changed, 1 deletion(-)
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>

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
participants (2)
-
Marek Vasut
-
Nikhil Badola