From 4982f464203ea51665f6f4133535b7e8bfe98994 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 21 Sep 2016 11:28:59 +0900 Subject: Move ENOTSUPP defines to include/linux/errno.h Collect a couple of duplicated defines into a single place. Signed-off-by: Masahiro Yamada --- include/usb/lin_gadget_compat.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/usb') 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 /* 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)) -- cgit v1.2.3