diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/mm/pageattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/pageattr.c b/arch/x86/mm/pageattr.c index f3c9510b8d92..19f7f7a0b36f 100644 --- a/arch/x86/mm/pageattr.c +++ b/arch/x86/mm/pageattr.c | |||
@@ -284,7 +284,7 @@ int change_page_attr(struct page *page, int numpages, pgprot_t prot) | |||
284 | 284 | ||
285 | return change_page_attr_addr(addr, numpages, prot); | 285 | return change_page_attr_addr(addr, numpages, prot); |
286 | } | 286 | } |
287 | EXPORT_SYMBOL(change_page_attr); | 287 | EXPORT_UNUSED_SYMBOL(change_page_attr); /* to be removed in 2.6.27 */ |
288 | 288 | ||
289 | /** | 289 | /** |
290 | * change_page_attr_set - Change page table attributes in the linear mapping. | 290 | * change_page_attr_set - Change page table attributes in the linear mapping. |