]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/gadget/config.c
Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky...
[karo-tx-linux.git] / drivers / usb / gadget / config.c
index 47e8e722682c6c638de6b938485ac83849a3cedc..09084fd646abccbc5c5402b99dde831faaf63e3c 100644 (file)
@@ -128,7 +128,7 @@ int usb_gadget_config_buf(
  * with identifiers (for interfaces, strings, endpoints, and more)
  * as needed by a given function instance.
  */
-struct usb_descriptor_header **__init
+struct usb_descriptor_header **
 usb_copy_descriptors(struct usb_descriptor_header **src)
 {
        struct usb_descriptor_header **tmp;
@@ -175,7 +175,7 @@ usb_copy_descriptors(struct usb_descriptor_header **src)
  * intended use is to help remembering the endpoint descriptor to use
  * when enabling a given endpoint.
  */
-struct usb_endpoint_descriptor *__init
+struct usb_endpoint_descriptor *
 usb_find_endpoint(
        struct usb_descriptor_header **src,
        struct usb_descriptor_header **copy,