From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 4/8] powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM builds Date: Tue, 18 Aug 2009 15:27:47 -0700 Message-ID: <20090818222747.GB4354@suse.de> References: <20090818220304.GA23640@oksana.dev.rtsoft.ru> <20090818220418.GD25090@oksana.dev.rtsoft.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Brownell , Andrew Morton , Kumar Gala , spi-devel-general@lists.sourceforge.net, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org To: Anton Vorontsov Return-path: Content-Disposition: inline In-Reply-To: <20090818220418.GD25090@oksana.dev.rtsoft.ru> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org On Wed, Aug 19, 2009 at 02:04:18AM +0400, Anton Vorontsov wrote: > This is needed to avoid ugly #ifdefs in drivers. Also update fsl_qe_udc > driver so that now it doesn't define its own versions that cause build > breakage when the generic stubs are used. > > Signed-off-by: Anton Vorontsov As you're just deleting code, I'll ack that :) Acked-by: Greg Kroah-Hartman Hopefully you have tested building this thing... thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id AD241B7BA0 for ; Wed, 19 Aug 2009 08:32:41 +1000 (EST) Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by ozlabs.org (Postfix) with ESMTP id 34FD3DDD04 for ; Wed, 19 Aug 2009 08:32:40 +1000 (EST) Date: Tue, 18 Aug 2009 15:27:47 -0700 From: Greg KH To: Anton Vorontsov Subject: Re: [PATCH 4/8] powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM builds Message-ID: <20090818222747.GB4354@suse.de> References: <20090818220304.GA23640@oksana.dev.rtsoft.ru> <20090818220418.GD25090@oksana.dev.rtsoft.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20090818220418.GD25090@oksana.dev.rtsoft.ru> Cc: David Brownell , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, spi-devel-general@lists.sourceforge.net, Andrew Morton List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Aug 19, 2009 at 02:04:18AM +0400, Anton Vorontsov wrote: > This is needed to avoid ugly #ifdefs in drivers. Also update fsl_qe_udc > driver so that now it doesn't define its own versions that cause build > breakage when the generic stubs are used. > > Signed-off-by: Anton Vorontsov As you're just deleting code, I'll ack that :) Acked-by: Greg Kroah-Hartman Hopefully you have tested building this thing... thanks, greg k-h