aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf527/boards/ezkit.c
diff options
context:
space:
mode:
authorMike Frysinger <michael.frysinger@analog.com>2007-11-15 21:25:47 +0800
committerBryan Wu <bryan.wu@analog.com>2007-11-15 21:25:47 +0800
commit632f658b36c83a7d1b99118ecdfc6835edec66ac (patch)
treeea2493d858d216f5de1b67f288dabffbe40ff93e /arch/blackfin/mach-bf527/boards/ezkit.c
parentBlackfin arch: do not include linux/autoconf.h (diff)
downloadlinux-dev-632f658b36c83a7d1b99118ecdfc6835edec66ac.tar.xz
linux-dev-632f658b36c83a7d1b99118ecdfc6835edec66ac.zip
Blackfin arch: the usb_sl811.h header has been moved to usb/sl811.h so lets use that version now
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to '')
-rw-r--r--arch/blackfin/mach-bf527/boards/ezkit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c
index 14b39b23833b..393b4261e33e 100644
--- a/arch/blackfin/mach-bf527/boards/ezkit.c
+++ b/arch/blackfin/mach-bf527/boards/ezkit.c
@@ -40,7 +40,7 @@
#include <linux/pata_platform.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
-#include <linux/usb_sl811.h>
+#include <linux/usb/sl811.h>
#include <asm/cplb.h>
#include <asm/dma.h>
#include <asm/bfin5xx_spi.h>