summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2007-07-21 17:10:04 +0200
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-21 18:37:08 -0700
commitaf3e9a2e33952204e070bf5dfeebe293e90444b8 (patch)
tree12d9806f8234cc2d9a87cfc42089d09ac30a1845 /include/asm-x86_64
parent67cddd947992b02f01ad093ec814738c5827d17c (diff)
downloadop-kernel-dev-af3e9a2e33952204e070bf5dfeebe293e90444b8.zip
op-kernel-dev-af3e9a2e33952204e070bf5dfeebe293e90444b8.tar.gz
x86_64: remove extra extern declaring about dmi_ioremap
Signed-off-by: Yinghai Lu <yinghai.lu@sun.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r--include/asm-x86_64/dmi.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-x86_64/dmi.h b/include/asm-x86_64/dmi.h
index 93b2b15..d02e32e 100644
--- a/include/asm-x86_64/dmi.h
+++ b/include/asm-x86_64/dmi.h
@@ -3,15 +3,12 @@
#include <asm/io.h>
-extern void *dmi_ioremap(unsigned long addr, unsigned long size);
-extern void dmi_iounmap(void *addr, unsigned long size);
-
#define DMI_MAX_DATA 2048
extern int dmi_alloc_index;
extern char dmi_alloc_data[DMI_MAX_DATA];
-/* This is so early that there is no good way to allocate dynamic memory.
+/* This is so early that there is no good way to allocate dynamic memory.
Allocate data in an BSS array. */
static inline void *dmi_alloc(unsigned len)
{
OpenPOWER on IntegriCloud