From: Yoichi Yuasa Date: Wed, 16 Aug 2006 14:10:00 +0000 (+0900) Subject: [MIPS] Remove F_SETSIG and F_GETSIG in favor of the asm-generic definitions. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bdb37c8d63f9455cd2ea505d62d0d6de221f3c76;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [MIPS] Remove F_SETSIG and F_GETSIG in favor of the asm-generic definitions. Signed-off-by: Yoichi Yuasa Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/fcntl.h b/include/asm-mips/fcntl.h index 787220e6c1fc..00a50ec1c19f 100644 --- a/include/asm-mips/fcntl.h +++ b/include/asm-mips/fcntl.h @@ -25,8 +25,6 @@ #define F_SETOWN 24 /* for sockets. */ #define F_GETOWN 23 /* for sockets. */ -#define F_SETSIG 10 /* for sockets. */ -#define F_GETSIG 11 /* for sockets. */ #ifndef __mips64 #define F_GETLK64 33 /* using 'struct flock64' */