Move ENOTSUPP defines to include/linux/errno.h
[oweals/u-boot.git] / include / usb / lin_gadget_compat.h
index 29fb166934c8d5d71e09d080665ed555910fe7da..4a01585f809427e9d06ed8c50d7fafd97a766f12 100644 (file)
@@ -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))