diff options
author | David Howells <dhowells@redhat.com> | 2012-10-09 09:47:43 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-09 09:47:43 +0100 |
commit | 5457982641fb3f5fb08ce22a853dd5474645c66d (patch) | |
tree | 0c6e6ba3335aa1f1db969012ca1148e46e8e6b3d /arch/sparc/include/asm/poll.h | |
parent | 9e2d8656f5e8aa214e66b462680cf86b210b74a8 (diff) | |
download | blackbird-obmc-linux-5457982641fb3f5fb08ce22a853dd5474645c66d.tar.gz blackbird-obmc-linux-5457982641fb3f5fb08ce22a853dd5474645c66d.zip |
UAPI: (Scripted) Disintegrate arch/sparc/include/asm
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/sparc/include/asm/poll.h')
-rw-r--r-- | arch/sparc/include/asm/poll.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/sparc/include/asm/poll.h b/arch/sparc/include/asm/poll.h deleted file mode 100644 index 091d3ad2e830..000000000000 --- a/arch/sparc/include/asm/poll.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __SPARC_POLL_H -#define __SPARC_POLL_H - -#define POLLWRNORM POLLOUT -#define POLLWRBAND 256 -#define POLLMSG 512 -#define POLLREMOVE 1024 -#define POLLRDHUP 2048 - -#include <asm-generic/poll.h> - -#endif |