From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cambridgebroadband.com (mailhost.cambridgebroadband.com [217.204.121.83]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 9E2E667B22 for ; Sat, 5 Aug 2006 00:02:05 +1000 (EST) Message-ID: <44D35355.2090606@cambridgebroadband.com> Date: Fri, 04 Aug 2006 15:01:57 +0100 From: Alex Zeffertt MIME-Version: 1.0 To: Alex Zeffertt Subject: Re: invalidate_dcache_range Kernel 2.6.14 References: <20060804130938.78980@gmx.net> <44D352DE.9060007@cambridgebroadband.com> In-Reply-To: <44D352DE.9060007@cambridgebroadband.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: GSM909@gmx.de, linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Alex Zeffertt wrote: > GSM909@gmx.de wrote: >> I have an old driver that need the funktion invalidate_dcache_range but when I compile the driver : Unknown symbol invalidate_dcache_range. >> >> Whats the name of this funktion now ??? >> > > The same. You just need to add EXPORT_SYMBOL(invalidate_dcache_range) to > ppc_ksys.c for your module to see it. > Oh, and obviously add it to a header file. Alex