diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-10-29 22:33:59 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-10-29 22:33:59 +0000 |
commit | e184bfe6f044b886297ef7b7133079cafcb7d5af (patch) | |
tree | 55abc264205ef315fe733078a6ce802ae551496d | |
parent | a3db2f20553705d8f8d1dff3be46d1d381551495 (diff) | |
download | upstream-e184bfe6f044b886297ef7b7133079cafcb7d5af.tar.gz upstream-e184bfe6f044b886297ef7b7133079cafcb7d5af.tar.bz2 upstream-e184bfe6f044b886297ef7b7133079cafcb7d5af.zip |
Fix tusb patch
SVN-Revision: 28675
-rw-r--r-- | target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch b/target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch index 3c7b4629a5..0ad0209f63 100644 --- a/target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch +++ b/target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch @@ -1,15 +1,3 @@ -Index: linux-3.1-rc4/drivers/Makefile -=================================================================== ---- linux-3.1-rc4.orig/drivers/Makefile 2011-10-30 00:12:03.959808922 +0200 -+++ linux-3.1-rc4/drivers/Makefile 2011-10-30 00:12:06.543770526 +0200 -@@ -71,6 +71,7 @@ obj-$(CONFIG_USB_OTG_UTILS) += usb/ - obj-$(CONFIG_USB) += usb/ - obj-$(CONFIG_PCI) += usb/ - obj-$(CONFIG_USB_GADGET) += usb/ -+obj-y += usb/ - obj-$(CONFIG_SERIO) += input/serio/ - obj-$(CONFIG_GAMEPORT) += input/gameport/ - obj-$(CONFIG_INPUT) += input/ Index: linux-3.1-rc4/drivers/usb/musb/tusb6010.c =================================================================== --- linux-3.1-rc4.orig/drivers/usb/musb/tusb6010.c 2011-10-30 00:12:03.951809040 +0200 |