[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070719095503.288FC14E06@wotan.suse.de>
Date: Thu, 19 Jul 2007 11:55:03 +0200 (CEST)
From: Andi Kleen <ak@...e.de>
To: yhlu.kernel@...il.com, patches@...-64.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] [18/58] x86_64: remove extra extern declaring about dmi_ioremap
From: "Yinghai Lu" <yhlu.kernel@...il.com>
Signed-off-by: Yinghai Lu <yinghai.lu@....com>
Signed-off-by: Andi Kleen <ak@...e.de>
---
include/asm-x86_64/dmi.h | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Index: linux/include/asm-x86_64/dmi.h
===================================================================
--- linux.orig/include/asm-x86_64/dmi.h
+++ linux/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)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists