summaryrefslogtreecommitdiff
path: root/kexec/kexec-iomem.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/kexec-iomem.c')
-rw-r--r--kexec/kexec-iomem.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/kexec/kexec-iomem.c b/kexec/kexec-iomem.c
index 8e4abab..ddc9f13 100644
--- a/kexec/kexec-iomem.c
+++ b/kexec/kexec-iomem.c
@@ -101,16 +101,3 @@ int parse_iomem_single(char *str, uint64_t *start, uint64_t *end)
return ret;
}
-
-static const char proc_iomem_str[]= "/proc/iomem";
-
-/*
- * Allow an architecture specific implementation of this
- * function to override the location of a file looking a lot
- * like /proc/iomem
- */
-const char * __attribute__((weak)) proc_iomem(void)
-{
- return proc_iomem_str;
-}
-