diff options
Diffstat (limited to 'include/usb/lin_gadget_compat.h')
-rw-r--r-- | include/usb/lin_gadget_compat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/usb/lin_gadget_compat.h b/include/usb/lin_gadget_compat.h index 29fb166934..4a01585f80 100644 --- a/include/usb/lin_gadget_compat.h +++ b/include/usb/lin_gadget_compat.h @@ -13,8 +13,6 @@ #include <linux/compat.h> /* common */ -#define ENOTSUPP 524 /* Operation is not supported */ - #define BITS_PER_BYTE 8 #define BITS_TO_LONGS(nr) \ DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) |