Re: [PATCH 10/12] powerpc: remove unneeded exports in mem.c
From: Paul Mackerras <hidden>
Date: 2007-02-08 04:25:05
Also in:
linux-pm
From: Paul Mackerras <hidden>
Date: 2007-02-08 04:25:05
Also in:
linux-pm
Johannes Berg writes:
arch/powerpc/mm/mem.c exports page_is_ram and phys_mem_access_prot which both are not used anywhere that could be modular.
phys_mem_access_prot is used in drivers/video/fbmem.c, and the fb stuff can be a module. Paul.