summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/uapi/asm/poll.h
diff options
context:
space:
mode:
authorAl Viro2017-07-03 04:05:03 +0200
committerAl Viro2017-11-27 22:19:52 +0100
commit8ced390c2b18364af35e3d3f080e06f8ea96be9a (patch)
tree189a80e3bbc1da8328cebe352b6d60aeb4b60568 /arch/mips/include/uapi/asm/poll.h
parentswitch wrapper poll.h instances to generic-y (diff)
downloadkernel-qcow2-linux-8ced390c2b18364af35e3d3f080e06f8ea96be9a.tar.gz
kernel-qcow2-linux-8ced390c2b18364af35e3d3f080e06f8ea96be9a.tar.xz
kernel-qcow2-linux-8ced390c2b18364af35e3d3f080e06f8ea96be9a.zip
define __poll_t, annotate constants
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mips/include/uapi/asm/poll.h')
-rw-r--r--arch/mips/include/uapi/asm/poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/uapi/asm/poll.h b/arch/mips/include/uapi/asm/poll.h
index ad289d7b7434..e937f8b1b007 100644
--- a/arch/mips/include/uapi/asm/poll.h
+++ b/arch/mips/include/uapi/asm/poll.h
@@ -3,7 +3,7 @@
#define __ASM_POLL_H
#define POLLWRNORM POLLOUT
-#define POLLWRBAND 0x0100
+#define POLLWRBAND (__force __poll_t)0x0100
#include <asm-generic/poll.h>