diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-03-10 18:05:47 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-03-10 18:05:47 +0100 |
commit | c28c2c8e98d32af9fe20c0512c5f456edd01ea24 (patch) | |
tree | 50c4a58ad1f0466ff3c05f7a0ad1ae99658a2ece /arch | |
parent | fb301a41bcc424d7fb704fe2b67ac893f78ba2a9 (diff) | |
download | lwn-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.h | 2 |
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) |