| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_SH64_POLL_H | 
| 2 | #define __ASM_SH64_POLL_H | ||||
| 3 | |||||
| Stephen Rothwell | 04dd08b | 2007-05-10 22:22:40 -0700 | [diff] [blame] | 4 | #include <asm-generic/poll.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
| Stephen Rothwell | 04dd08b | 2007-05-10 22:22:40 -0700 | [diff] [blame] | 6 | #undef POLLREMOVE | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
| 8 | #endif /* __ASM_SH64_POLL_H */ | ||||