usb: gadget: libcomposite: move MODULE_VERSION to composite.c
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 6 Sep 2012 18:11:28 +0000 (20:11 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 10 Sep 2012 13:13:03 +0000 (16:13 +0300)
MODULE_VERSION and AUTHOR looks better in composite.c than in
usbstrings.c so I move it there.
I put David Brownell as the module Author as I belive he wrote most of
it.

Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/composite.c
drivers/usb/gadget/usbstring.c

index 27ac366388275ec0cd29a4ef0932e8502d975615..cacb273ba708203eeb31210d11a688c9fd4c362b 100644 (file)
@@ -1684,3 +1684,6 @@ void usb_composite_overwrite_options(struct usb_composite_dev *cdev,
        }
 }
 EXPORT_SYMBOL_GPL(usb_composite_overwrite_options);
+
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("David Brownell");
index 24e9bbd255a730267a4cbfae75fd071f311739ad..1f49fce0f0b73aa220d8cb388923ea4a7d1631f8 100644 (file)
@@ -70,4 +70,3 @@ usb_gadget_get_string (struct usb_gadget_strings *table, int id, u8 *buf)
        return buf [0];
 }
 EXPORT_SYMBOL_GPL(usb_gadget_get_string);
-MODULE_LICENSE("GPL");