From f5011c62c3329f15652a60b6b2300d7e3f570977 Mon Sep 17 00:00:00 2001 From: Trutz Behn Date: Fri, 13 Feb 2015 18:10:52 +0100 Subject: fix POLLWRNORM and POLLWRBAND on mips these macros have the same distinct definition on blackfin, frv, m68k, mips, sparc and xtensa kernels. POLLMSG and POLLRDHUP additionally differ on sparc. --- arch/mips/bits/poll.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/mips/bits/poll.h (limited to 'arch/mips/bits') diff --git a/arch/mips/bits/poll.h b/arch/mips/bits/poll.h new file mode 100644 index 00000000..b0b1ed62 --- /dev/null +++ b/arch/mips/bits/poll.h @@ -0,0 +1,2 @@ +#define POLLWRNORM POLLOUT +#define POLLWRBAND 0x100 -- cgit v1.2.1