From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ozlabs.org (Postfix) with ESMTP id DB34DDDDFB for ; Wed, 25 Apr 2007 03:27:13 +1000 (EST) From: Arnd Bergmann To: Christian Krafft Subject: Re: [PATCH] powerpc: uninline of_iomap function Date: Tue, 24 Apr 2007 19:27:02 +0200 References: <20070423193538.576702568@arndb.de> <1177378533.14873.48.camel@localhost.localdomain> <20070424173202.15e5ce42@localhost> In-Reply-To: <20070424173202.15e5ce42@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Message-Id: <200704241927.03141.arnd@arndb.de> Cc: Paul Mackerras , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tuesday 24 April 2007, Christian Krafft wrote: > From: Christian Krafft > There is no big reason to have that function inlined. > > Signed-off-by: Christian Krafft Acked-by: Arnd Bergmann