diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-18 12:59:12 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-18 12:59:12 -0400 |
commit | 475908bc4d29b95b24c03206f673f46b41e7124d (patch) | |
tree | e3d0528405218a376e6d9a46f817df381f72176a | |
parent | 12e1a6a0f16168346cb8f33aff135ed523a9f097 (diff) |
Revert "usb: interface authorization: Declare authorized attribute"
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>
-rw-r--r-- | include/linux/usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 3deccab2ce0a..447fe29b55b4 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -178,7 +178,6 @@ struct usb_interface { | |||
178 | unsigned needs_altsetting0:1; /* switch to altsetting 0 is pending */ | 178 | unsigned needs_altsetting0:1; /* switch to altsetting 0 is pending */ |
179 | unsigned needs_binding:1; /* needs delayed unbind/rebind */ | 179 | unsigned needs_binding:1; /* needs delayed unbind/rebind */ |
180 | unsigned resetting_device:1; /* true: bandwidth alloc after reset */ | 180 | unsigned resetting_device:1; /* true: bandwidth alloc after reset */ |
181 | unsigned authorized:1; /* used for interface authorization */ | ||
182 | 181 | ||
183 | struct device dev; /* interface specific device info */ | 182 | struct device dev; /* interface specific device info */ |
184 | struct device *usb_dev; | 183 | struct device *usb_dev; |