diff options
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index e0b4651..79f14ab 100644 --- a/init/init.c +++ b/init/init.c @@ -110,7 +110,6 @@ struct serial_struct { #if defined(__GLIBC__) #include <sys/kdaemon.h> #else -#include <sys/syscall.h> /* for _syscall() macro */ static _syscall2(int, bdflush, int, func, int, data); #endif /* __GLIBC__ */ |