commit | b20cf90650badaa5e6ec1bdbe61a63528818e8ce | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Sep 16 21:10:53 2009 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 09 13:52:07 2009 -0700 |
tree | 3da2e35b0e30b18b043cae524d9c1245c8fcb8f3 | |
parent | 0a023c6cf10c63d2ce68a2816d90c2f0f1ad2763 [diff] |
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>