]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/mm/pageattr.c
x86: deprecate change_page_attr() for drivers
[linux-2.6-omap-h63xx.git] / arch / x86 / mm / pageattr.c
index f3c9510b8d926bb8e65c8375594d82696840161b..19f7f7a0b36f4e4c8ad658de1a317e0985c1fe35 100644 (file)
@@ -284,7 +284,7 @@ int change_page_attr(struct page *page, int numpages, pgprot_t prot)
 
        return change_page_attr_addr(addr, numpages, prot);
 }
-EXPORT_SYMBOL(change_page_attr);
+EXPORT_UNUSED_SYMBOL(change_page_attr); /* to be removed in 2.6.27 */
 
 /**
  * change_page_attr_set - Change page table attributes in the linear mapping.