summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-03-10 18:05:47 +0100
committerThomas Gleixner <tglx@linutronix.de>2010-03-10 18:05:47 +0100
commitc28c2c8e98d32af9fe20c0512c5f456edd01ea24 (patch)
tree50c4a58ad1f0466ff3c05f7a0ad1ae99658a2ece /arch
parentfb301a41bcc424d7fb704fe2b67ac893f78ba2a9 (diff)
downloadlwn-c28c2c8e98d32af9fe20c0512c5f456edd01ea24.tar.gz
lwn-c28c2c8e98d32af9fe20c0512c5f456edd01ea24.zip
x86: highmem: Remove stale function prototype
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/highmem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/highmem.h b/arch/x86/include/asm/highmem.h
index 827965748b96..c21ba64f2fa0 100644
--- a/arch/x86/include/asm/highmem.h
+++ b/arch/x86/include/asm/highmem.h
@@ -72,8 +72,6 @@ void __kunmap_atomic(void *kvaddr, enum km_type type);
void *__kmap_atomic_pfn(unsigned long pfn, enum km_type type);
struct page *__kmap_atomic_to_page(void *ptr);
-void *kmap_atomic_prot_pfn(unsigned long pfn, enum km_type type, pgprot_t prot);
-
#ifndef CONFIG_PARAVIRT
#define kmap_atomic_pte(page, type) kmap_atomic(page, type)
#define kmap_atomic_pte_direct(page, type) kmap_atomic_direct(page, type)