summaryrefslogtreecommitdiff
path: root/arch/frv/include/uapi/asm/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/frv/include/uapi/asm/poll.h')
-rw-r--r--arch/frv/include/uapi/asm/poll.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/frv/include/uapi/asm/poll.h b/arch/frv/include/uapi/asm/poll.h
deleted file mode 100644
index f55b45f475ec..000000000000
--- a/arch/frv/include/uapi/asm/poll.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _ASM_POLL_H
-#define _ASM_POLL_H
-
-#define POLLWRNORM POLLOUT
-#define POLLWRBAND 256
-
-#include <asm-generic/poll.h>
-#undef POLLREMOVE
-
-#endif