diff options
-rw-r--r-- | include/asm-cris/posix_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-cris/posix_types.h b/include/asm-cris/posix_types.h index 92000d0c3f97..3a5e4c43eae7 100644 --- a/include/asm-cris/posix_types.h +++ b/include/asm-cris/posix_types.h | |||
@@ -52,7 +52,6 @@ typedef struct { | |||
52 | } __kernel_fsid_t; | 52 | } __kernel_fsid_t; |
53 | 53 | ||
54 | #ifdef __KERNEL__ | 54 | #ifdef __KERNEL__ |
55 | #include <linux/bitops.h> | ||
56 | 55 | ||
57 | #undef __FD_SET | 56 | #undef __FD_SET |
58 | #define __FD_SET(fd,fdsetp) set_bit(fd, (void *)(fdsetp)) | 57 | #define __FD_SET(fd,fdsetp) set_bit(fd, (void *)(fdsetp)) |