Return-Path: From: Arnd Bergmann To: Vitaly Wool Subject: Re: [PATCH v2 2/2] mach-ux500: Add CG2900 devices Date: Mon, 28 Mar 2011 16:49:24 +0200 Cc: "Par-Gunnar Hjalmdahl" , "Greg Kroah-Hartman" , devel@driverdev.osuosl.org, Linus Walleij , linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, Pavan Savoy , Alan Cox , Marcel Holtmann , Lukasz Rymanowski , Linus Walleij , "Par-Gunnar Hjalmdahl" , Lee Jones , Mathieu Poirier References: <1301302992-10671-1-git-send-email-par-gunnar.p.hjalmdahl@stericsson.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Message-Id: <201103281649.25140.arnd@arndb.de> List-ID: On Monday 28 March 2011, Vitaly Wool wrote: > On Mon, Mar 28, 2011 at 11:03 AM, Par-Gunnar Hjalmdahl > wrote: > > > > +/* Function located in drivers/staging/cg2900 */ > > +extern void cg2900_init_board(void); > > + > > I'm confused. Where in the drivers/staging is this function? Couldn't > find it in the previous patch. It's in v2 of patch 2/2, in drivers/staging/cg2900/board-mop500-cg2900.c Arnd