summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/init.c')
-rw-r--r--mdk-stage1/init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c
index 3a815a328..51fef09b4 100644
--- a/mdk-stage1/init.c
+++ b/mdk-stage1/init.c
@@ -19,7 +19,6 @@
*
*/
-#ifndef INIT_HEADERS
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
@@ -41,9 +40,6 @@
#include <sys/syscall.h>
#define syslog(...) syscall(__NR_syslog, __VA_ARGS__)
#define reboot(...) syscall(__NR_reboot, __VA_ARGS__)
-#else
-#include INIT_HEADERS
-#endif
#include "config-stage1.h"
#include <linux/cdrom.h>