diff options
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index 179f4d6755fc..c81c5e40fcb5 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
@@ -257,14 +257,6 @@ static __always_inline void timespec_add_ns(struct timespec *a, u64 ns) | |||
257 | 257 | ||
258 | #endif /* __KERNEL__ */ | 258 | #endif /* __KERNEL__ */ |
259 | 259 | ||
260 | #define NFDBITS __NFDBITS | ||
261 | |||
262 | #define FD_SETSIZE __FD_SETSIZE | ||
263 | #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp) | ||
264 | #define FD_CLR(fd,fdsetp) __FD_CLR(fd,fdsetp) | ||
265 | #define FD_ISSET(fd,fdsetp) __FD_ISSET(fd,fdsetp) | ||
266 | #define FD_ZERO(fdsetp) __FD_ZERO(fdsetp) | ||
267 | |||
268 | /* | 260 | /* |
269 | * Names of the interval timers, and structure | 261 | * Names of the interval timers, and structure |
270 | * defining a timer setting: | 262 | * defining a timer setting: |