
Dear Fabio Estevam,
In message 1316891402-30359-1-git-send-email-festevam@gmail.com you wrote:
--===============1089964336==
Move ehci.h and ehci-core.h to include/usb directory.
Cc: Remy Bohmer linux@bohmer.net Signed-off-by: Fabio Estevam fabio.estevam@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