summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/poll.h')
-rw-r--r--include/asm-sparc64/poll.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-sparc64/poll.h b/include/asm-sparc64/poll.h
deleted file mode 100644
index ebeeb3816c40..000000000000
--- a/include/asm-sparc64/poll.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __SPARC64_POLL_H
-#define __SPARC64_POLL_H
-
-#define POLLWRNORM POLLOUT
-#define POLLWRBAND 256
-#define POLLMSG 512
-#define POLLREMOVE 1024
-#define POLLRDHUP 2048
-
-#include <asm-generic/poll.h>
-
-#endif