summaryrefslogtreecommitdiff
path: root/arch/mips/include/uapi/asm/poll.h
diff options
context:
space:
mode:
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>