]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
USB: drop unneeded header in ehci-mx6
authorStefano Babic <sbabic@denx.de>
Sat, 23 Feb 2013 10:07:29 +0000 (11:07 +0100)
committerStefano Babic <sbabic@denx.de>
Thu, 7 Mar 2013 15:43:47 +0000 (16:43 +0100)
Including header for pads is not needed and breaks board
after renaming pin definitions.

Series-to: u-boot
Series-cc: marex@denx.de,fabio.estevam@freescale.com,eric.nelson@boundarydevices.com

Signed-off-by: Stefano Babic <sbabic@denx.de>
drivers/usb/host/ehci-mx6.c

index 1b20e4185cfc3cdb60d6a7f64bdf81462cbe48a6..c1ae3d908020ad6235c6440559b1c96c86c9058c 100644 (file)
@@ -21,7 +21,6 @@
 #include <asm/io.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/clock.h>
-#include <asm/arch/mx6x_pins.h>
 #include <asm/imx-common/iomux-v3.h>
 
 #include "ehci.h"