diff options
Diffstat (limited to 'arch/frv/include/uapi/asm/poll.h')
-rw-r--r-- | arch/frv/include/uapi/asm/poll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/include/uapi/asm/poll.h b/arch/frv/include/uapi/asm/poll.h index 887b67288340..d7053ada7c69 100644 --- a/arch/frv/include/uapi/asm/poll.h +++ b/arch/frv/include/uapi/asm/poll.h @@ -3,7 +3,7 @@ #define _ASM_POLL_H #define POLLWRNORM POLLOUT -#define POLLWRBAND 256 +#define POLLWRBAND (__force __poll_t)256 #include <asm-generic/poll.h> |