summaryrefslogtreecommitdiff
path: root/kexec/arch/x86_64/arch_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/x86_64/arch_init.c')
-rw-r--r--kexec/arch/x86_64/arch_init.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/kexec/arch/x86_64/arch_init.c b/kexec/arch/x86_64/arch_init.c
deleted file mode 100644
index bebb92d..0000000
--- a/kexec/arch/x86_64/arch_init.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "../../kexec.h"
-#include <errno.h>
-#include <string.h>
-#include <sys/utsname.h>
-#include <stdlib.h>
-#include <limits.h>
-#include <stdio.h>
-
-int arch_init(void)
-{
- return 0;
-}