Browse Source

mpc8xxx: USB: Relocates ehci-fsl.h to include/usb

The following patch moves 8xxx-specifc USB #defines from
drivers/usb/host/ehci-fsl.h to include/usb.

Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
Vivek Mahajan 16 years ago
parent
commit
ed90d2c871
2 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/usb/host/ehci-fsl.c
  2. 0 0
      include/usb/ehci-fsl.h

+ 1 - 1
drivers/usb/host/ehci-fsl.c

@@ -27,7 +27,7 @@
 #include <asm/bitops.h>
 
 #include "ehci.h"
-#include "ehci-fsl.h"
+#include <usb/ehci-fsl.h>
 #include "ehci-core.h"
 
 /*

+ 0 - 0
drivers/usb/host/ehci-fsl.h → include/usb/ehci-fsl.h