]> Pileus Git - ~andy/linux/blobdiff - drivers/usb/gadget/usbstring.c
Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / drivers / usb / gadget / usbstring.c
index 4d25b9009edf4175d3a5e648c877fad6d2890925..1f49fce0f0b73aa220d8cb388923ea4a7d1631f8 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <linux/errno.h>
 #include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/list.h>
 #include <linux/string.h>
 #include <linux/device.h>
@@ -68,4 +69,4 @@ usb_gadget_get_string (struct usb_gadget_strings *table, int id, u8 *buf)
        buf [1] = USB_DT_STRING;
        return buf [0];
 }
-
+EXPORT_SYMBOL_GPL(usb_gadget_get_string);