Return-Path: From: Par-Gunnar HJALMDAHL To: Vitaly Wool Cc: Greg Kroah-Hartman , "devel@driverdev.osuosl.org" , Linus Walleij , "linux-kernel@vger.kernel.org" , "linux-bluetooth@vger.kernel.org" , Pavan Savoy , Alan Cox , Arnd Bergmann , Marcel Holtmann , Lukasz Rymanowski , Linus WALLEIJ , Par-Gunnar Hjalmdahl , Lee Jones , Mathieu Poirier Date: Tue, 29 Mar 2011 08:20:30 +0200 Subject: RE: [PATCH v2 2/2] mach-ux500: Add CG2900 devices Message-ID: References: <1301302992-10671-1-git-send-email-par-gunnar.p.hjalmdahl@stericsson.com> In-Reply-To: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 List-ID: I was asked to break out the CG2900 specific stuff from mach-ux500 folder and put it into the staging folder. So the function exist in the new file drivers/staging/cg2900/board-mop500-cg2900.c (As you point out the file and the function did not exist in the previous patch). /P-G > -----Original Message----- > From: Vitaly Wool [mailto:vitalywool@gmail.com] > Sent: den 28 mars 2011 16:40 > To: Par-Gunnar HJALMDAHL > Cc: Greg Kroah-Hartman; devel@driverdev.osuosl.org; Linus Walleij; > linux-kernel@vger.kernel.org; linux-bluetooth@vger.kernel.org; Pavan > Savoy; Alan Cox; Arnd Bergmann; Marcel Holtmann; Lukasz Rymanowski; > Linus WALLEIJ; Par-Gunnar Hjalmdahl; Lee Jones; Mathieu Poirier > Subject: Re: [PATCH v2 2/2] mach-ux500: Add CG2900 devices >=20 > 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); > > + >=20 > I'm confused. Where in the drivers/staging is this function? Couldn't > find it in the previous patch. >=20 > ~Vitaly