]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Revert "usb: interface authorization: Declare authorized attribute"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Aug 2015 16:59:12 +0000 (09:59 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Aug 2015 16:59:12 +0000 (09:59 -0700)
This reverts commit 484ebaedecc5ddf778a30ee1efab367cbee27030 as the
signed-off-by address is invalid.

Cc: Stefan Koch <stefan.koch10@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb.h

index 3deccab2ce0ab540033e067d70baa667112de0f7..447fe29b55b451148c452b82cb0043d510a26eae 100644 (file)
@@ -178,7 +178,6 @@ struct usb_interface {
        unsigned needs_altsetting0:1;   /* switch to altsetting 0 is pending */
        unsigned needs_binding:1;       /* needs delayed unbind/rebind */
        unsigned resetting_device:1;    /* true: bandwidth alloc after reset */
-       unsigned authorized:1;          /* used for interface authorization */
 
        struct device dev;              /* interface specific device info */
        struct device *usb_dev;