diff --git a/[refs] b/[refs] index aa6d9b599a55..25752c1fe780 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2ebc3cc920e7a076539aa8badbaf0919540a3438 +refs/heads/master: 045e72acf16054c4ed2760e9a8edb19a08053af1 diff --git a/trunk/include/asm-powerpc/page.h b/trunk/include/asm-powerpc/page.h index 10c51f457d48..236a9210e5fc 100644 --- a/trunk/include/asm-powerpc/page.h +++ b/trunk/include/asm-powerpc/page.h @@ -190,7 +190,6 @@ extern void copy_user_page(void *to, void *from, unsigned long vaddr, extern int page_is_ram(unsigned long pfn); struct vm_area_struct; -extern const char *arch_vma_name(struct vm_area_struct *vma); #include #endif /* __ASSEMBLY__ */ diff --git a/trunk/include/linux/mm.h b/trunk/include/linux/mm.h index c456c3a1c28e..3e9e8fec5a41 100644 --- a/trunk/include/linux/mm.h +++ b/trunk/include/linux/mm.h @@ -1246,7 +1246,7 @@ void drop_slab(void); extern int randomize_va_space; #endif -__attribute__((weak)) const char *arch_vma_name(struct vm_area_struct *vma); +const char * arch_vma_name(struct vm_area_struct *vma); #endif /* __KERNEL__ */ #endif /* _LINUX_MM_H */