[U-Boot] [PATCH] usb: Move ehci.h and ehci-core.h to include/usb directory
Wolfgang Denk
wd at denx.de
Thu Oct 6 23:23:04 CEST 2011
Dear Fabio Estevam,
In message <1316891402-30359-1-git-send-email-festevam at gmail.com> you wrote:
> --===============1089964336==
>
> Move ehci.h and ehci-core.h to include/usb directory.
>
> Cc: Remy Bohmer <linux at bohmer.net>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
> drivers/usb/host/ehci-core.h | 29 ------
> drivers/usb/host/ehci-fsl.c | 4 +-
> drivers/usb/host/ehci-hcd.c | 2 +-
> drivers/usb/host/ehci-ixp4xx.c | 4 +-
> drivers/usb/host/ehci-kirkwood.c | 4 +-
> drivers/usb/host/ehci-mpc512x.c | 4 +-
> drivers/usb/host/ehci-mxc.c | 4 +-
> drivers/usb/host/ehci-pci.c | 4 +-
> drivers/usb/host/ehci-ppc4xx.c | 4 +-
> drivers/usb/host/ehci-vct.c | 4 +-
> drivers/usb/host/ehci.h | 203 --------------------------------------
> include/usb/ehci-core.h | 29 ++++++
> include/usb/ehci.h | 203 ++++++++++++++++++++++++++++++++++++++
> 13 files changed, 249 insertions(+), 249 deletions(-)
> delete mode 100644 drivers/usb/host/ehci-core.h
> delete mode 100644 drivers/usb/host/ehci.h
> create mode 100644 include/usb/ehci-core.h
> create mode 100644 include/usb/ehci.h
Please use git for renames, not delete/add.
Also, Checkpatch says:
total: 0 errors, 7 warnings, 320 lines checked
Please clean up and resubmit. Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
One difference between a man and a machine is that a machine is quiet
when well oiled.
More information about the U-Boot
mailing list