[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121024144435.GF4368@breakpoint.cc>
Date: Wed, 24 Oct 2012 16:44:35 +0200
From: Sebastian Andrzej Siewior <sebastian@...akpoint.cc>
To: Randy Dunlap <rdunlap@...otime.net>, Felipe Balbi <balbi@...com>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
USB list <linux-usb@...r.kernel.org>
Subject: [PATCH] usb/gadget: let file storage gadget select libcomposite
From: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
Date: Wed, 24 Oct 2012 16:40:10 +0200
found by randconfig, Randy Dunlap and Stephen Rothwell:
|drivers/built-in.o: In function `fsg_setup':
|file_storage.c:(.text+0x24db7c): undefined reference to `usb_gadget_config_buf'
|file_storage.c:(.text+0x24db98): undefined reference to `usb_gadget_get_string'
|drivers/built-in.o: In function `fsg_bind':
|file_storage.c:(.init.text+0xee42): undefined reference to `usb_ep_autoconfig_reset'
|file_storage.c:(.init.text+0xee51): undefined reference to `usb_ep_autoconfig'
|file_storage.c:(.init.text+0xee73): undefined reference to `usb_ep_autoconfig'
|file_storage.c:(.init.text+0xee9e): undefined reference to `usb_ep_autoconfig'
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
---
for v3.7 please.
drivers/usb/gadget/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index bbcec83..66bc3ab 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -737,6 +737,7 @@ config USB_FUNCTIONFS_GENERIC
config USB_FILE_STORAGE
tristate "File-backed Storage Gadget (DEPRECATED)"
+ select USB_LIBCOMPOSITE
depends on BLOCK
help
The File-backed Storage Gadget acts as a USB Mass Storage
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists