Skip to content

Commit

Permalink
[IA64] remove duplicate declaration of efi_initialize_iomem_resources
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Horms authored and Tony Luck committed Mar 8, 2007
1 parent e55fdf1 commit ddbad07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/ia64/kernel/setup.c
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit ddbad07

Please sign in to comment.