aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHorms <horms@verge.net.au>2007-03-06 16:20:10 +0900
committerTony Luck <tony.luck@intel.com>2007-03-07 16:18:38 -0800
commitddbad076303dfc0ed4fcba53907dc175bb6d67b2 (patch)
treeb030464c14dadbbd02c2baeb8f0784bd06265163 /arch
parent[IA64] Pick highest possible saved_max_pfn for crash_dump (diff)
downloadlinux-dev-ddbad076303dfc0ed4fcba53907dc175bb6d67b2.tar.xz
linux-dev-ddbad076303dfc0ed4fcba53907dc175bb6d67b2.zip
[IA64] remove duplicate declaration of efi_initialize_iomem_resources
efi_initialize_iomem_resources() is declared in both include/linux/efi.h and arch/ia64/kernel/setup.c. This patch removes the latter. Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/kernel/setup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c
index 7d6fe65c93f4..339e8a54c2f1 100644
--- a/arch/ia64/kernel/setup.c
+++ b/arch/ia64/kernel/setup.c
@@ -91,8 +91,6 @@ static struct resource code_resource = {
.name = "Kernel code",
.flags = IORESOURCE_BUSY | IORESOURCE_MEM
};
-extern void efi_initialize_iomem_resources(struct resource *,
- struct resource *);
extern char _text[], _end[], _etext[];
unsigned long ia64_max_cacheline_size;