diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/cacheflush.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/cacheflush.h b/include/asm-x86/cacheflush.h index a95afaf1240d..d15ff359d3e3 100644 --- a/include/asm-x86/cacheflush.h +++ b/include/asm-x86/cacheflush.h | |||
@@ -27,7 +27,6 @@ | |||
27 | void global_flush_tlb(void); | 27 | void global_flush_tlb(void); |
28 | int __deprecated_for_modules change_page_attr(struct page *page, int numpages, | 28 | int __deprecated_for_modules change_page_attr(struct page *page, int numpages, |
29 | pgprot_t prot); | 29 | pgprot_t prot); |
30 | int change_page_attr_addr(unsigned long addr, int numpages, pgprot_t prot); | ||
31 | 30 | ||
32 | int set_pages_uc(struct page *page, int numpages); | 31 | int set_pages_uc(struct page *page, int numpages); |
33 | int set_pages_wb(struct page *page, int numpages); | 32 | int set_pages_wb(struct page *page, int numpages); |