[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>
This commit is contained in:
parent
e55fdf11f3
commit
ddbad07630
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user