aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-09-17 19:10:23 +0200
committerTony Luck <tony.luck@intel.com>2018-09-17 10:15:05 -0700
commitb501fb9227cf1c56ec407eebf645befba3ae6373 (patch)
treeb9dd0912a86d71349a13935fe23bc99d56850e6e /arch/ia64/kernel
parentMerge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (diff)
downloadlinux-dev-b501fb9227cf1c56ec407eebf645befba3ae6373.tar.xz
linux-dev-b501fb9227cf1c56ec407eebf645befba3ae6373.zip
ia64: remove the kern_mem_attribute export
No actually used anywhere. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel')
-rw-r--r--arch/ia64/kernel/efi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/kernel/efi.c b/arch/ia64/kernel/efi.c
index 9c09bf390cce..f77d80edddfe 100644
--- a/arch/ia64/kernel/efi.c
+++ b/arch/ia64/kernel/efi.c
@@ -842,7 +842,6 @@ kern_mem_attribute (unsigned long phys_addr, unsigned long size)
} while (md);
return 0; /* never reached */
}
-EXPORT_SYMBOL(kern_mem_attribute);
int
valid_phys_addr_range (phys_addr_t phys_addr, unsigned long size)