[POWERPC] Remove unneeded page_is_ram export
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 8 Feb 2007 13:27:44 +0000 (00:27 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 2 May 2007 06:40:57 +0000 (16:40 +1000)
arch/powerpc/mm/mem.c exports page_is_ram, which is not used anywhere
that could be modular.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/mem.c

index c4bcd75..1a6e08f 100644 (file)
@@ -80,7 +80,6 @@ int page_is_ram(unsigned long pfn)
        return 0;
 #endif
 }
-EXPORT_SYMBOL(page_is_ram);
 
 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
                              unsigned long size, pgprot_t vma_prot)