projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6904172
)
USB: drop unneeded header in ehci-mx6
author
Stefano Babic
<sbabic@denx.de>
Sat, 23 Feb 2013 10:07:29 +0000
(11:07 +0100)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-mx6.c
b/drivers/usb/host/ehci-mx6.c
index 1b20e4185cfc3cdb60d6a7f64bdf81462cbe48a6..c1ae3d908020ad6235c6440559b1c96c86c9058c 100644
(file)
--- a/
drivers/usb/host/ehci-mx6.c
+++ b/
drivers/usb/host/ehci-mx6.c
@@
-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"