X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fusb.h;h=447fe29b55b451148c452b82cb0043d510a26eae;hb=5b5f1455272e23f4e7889cec37228802d8d01adf;hp=3deccab2ce0ab540033e067d70baa667112de0f7;hpb=02dc2723f2b0b94bb3e47c08e1543b84b1836086;p=karo-tx-linux.git 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 { 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;