diff options
author | Christoph Hellwig <hch@lst.de> | 2018-09-17 20:10:23 +0300 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2018-09-17 20:15:05 +0300 |
commit | b501fb9227cf1c56ec407eebf645befba3ae6373 (patch) | |
tree | b9dd0912a86d71349a13935fe23bc99d56850e6e /arch/ia64 | |
parent | ad3273d5f1b99d7319a986ab568dcbde2f9e53dd (diff) | |
download | linux-b501fb9227cf1c56ec407eebf645befba3ae6373.tar.xz |
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')
-rw-r--r-- | arch/ia64/kernel/efi.c | 1 |
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) |