summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/blackfin.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-09-17 01:10:53 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-10-09 20:52:07 (GMT)
commitb20cf90650badaa5e6ec1bdbe61a63528818e8ce (patch)
tree3da2e35b0e30b18b043cae524d9c1245c8fcb8f3 /drivers/usb/musb/blackfin.c
parent0a023c6cf10c63d2ce68a2816d90c2f0f1ad2763 (diff)
downloadlinux-fsl-qoriq-b20cf90650badaa5e6ec1bdbe61a63528818e8ce.tar.xz
USB: musb: make HAVE_CLK support optional
The Blackfin port doesn't support HAVE_CLK and the musb driver works fine with support stubbed out, so take the existing Blackfin clk stubs and move them to common musb code so we can drop the Kconfig dependency. Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/musb/blackfin.c')
-rw-r--r--drivers/usb/musb/blackfin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/musb/blackfin.c b/drivers/usb/musb/blackfin.c
index f2f66eb..fcec87e 100644
--- a/drivers/usb/musb/blackfin.c
+++ b/drivers/usb/musb/blackfin.c
@@ -14,7 +14,6 @@
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/list.h>
-#include <linux/clk.h>
#include <linux/gpio.h>
#include <linux/io.h>