From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17866.42529.436809.257415@cargo.ozlabs.ibm.com> Date: Thu, 8 Feb 2007 15:25:05 +1100 From: Paul Mackerras To: Johannes Berg Subject: Re: [PATCH 10/12] powerpc: remove unneeded exports in mem.c In-Reply-To: <20070207124614.830282000@sipsolutions.net> References: <20070207124536.963531000@sipsolutions.net> <20070207124614.830282000@sipsolutions.net> Cc: linuxppc-dev@ozlabs.org, linux-pm@lists.osdl.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.