summaryrefslogtreecommitdiff
path: root/kexec/crashdump.c
diff options
context:
space:
mode:
authorHorms <horms@verge.net.au>2006-11-17 10:53:03 +0900
committerSimon Horman <horms@verge.net.au>2006-11-17 10:53:03 +0900
commit880d6f6a750defe4f8f8654bf4b078576b22f926 (patch)
tree5c7d5ad08b085104e84bdf4a15320a830802a244 /kexec/crashdump.c
parent47a2c04bbb971337549360a4e2b3adf0217bea3e (diff)
kexec-tools: remove unneccessary includes in kexec/crashdump.c
Remove unneccessary includes in kexec/crashdump.c Cc: Magnus Damm <magnus.damm@gmail.com> Signed-Off-By: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/crashdump.c')
-rw-r--r--kexec/crashdump.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kexec/crashdump.c b/kexec/crashdump.c
index 21d157c..43326d2 100644
--- a/kexec/crashdump.c
+++ b/kexec/crashdump.c
@@ -20,15 +20,12 @@
#include <stdio.h>
#include <string.h>
-#include <stdlib.h>
#include <errno.h>
#include <limits.h>
-#include <elf.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "kexec.h"
-#include "crashdump.h"
/* Returns the physical address of start of crash notes buffer for a cpu. */
int get_crash_notes_per_cpu(int cpu, uint64_t *addr)