Return-path: Received: from eusmtp01.atmel.com ([212.144.249.243]:19893 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933123AbcBQB0k (ORCPT ); Tue, 16 Feb 2016 20:26:40 -0500 Subject: Re: drivers/staging/wilc1000/wilc_spi.c won't compile ? To: David Binderman , "Kim, Leo" , "Shin, Austin" , "Park, Chris" , "Lee, Glen" , "linux-wireless@vger.kernel.org" References: <74F3875218FC364C9618AB19CB60E90580048375@penmbx02.corp.atmel.com> From: Tony Cho Message-ID: <56C3CBE3.9090408@atmel.com> (sfid-20160217_022659_539390_A03DDDD9) Date: Wed, 17 Feb 2016 10:24:51 +0900 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi David, Please check the latest update from the https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/?h=staging-testing. The tree is not updated yet with the latest. Thanks, Tony. On 2016년 02월 16일 20:33, David Binderman wrote: > Hello there, > > ---------------------------------------- >> You're had old wilc1000 source. >> Remove the wilc1000_ops structure. >> (Branch) staging-testing >> (SHA) ce7b516f3f9e11fe4ee06fad0d7e853bb6e8f160 >> Please receive the latest source. >> > I checked the Torvalds source for 4.5-rc4 > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/staging/wilc1000/wilc_spi.c?id=refs/tags/v4.5-rc4 > > and the problem still seems to exist. > > Maybe your recent changes aren't getting from staging into the Torvalds tree ? > > > Regards > > David Binderman > >> Thanks, BR >> Leo >> >> -----Original Message----- >> From: David Binderman [mailto:dcb314@hotmail.com] >> Sent: Monday, February 08, 2016 9:18 PM >> To: Kim, Johnny ; Shin, Austin ; Park, Chris ; Cho, Tony ; Lee, Glen ; Kim, Leo ; linux-wireless@vger.kernel.org >> Subject: drivers/staging/wilc1000/wilc_spi.c won't compile ? >> >> Hello there, >> >> drivers/staging/wilc1000/wilc_spi.c:123:34: error: storage size of 'wilc1000_spi_ops' isn't known >> static const struct wilc1000_ops wilc1000_spi_ops; >> ^~~~~~~~~~~~~~~~ >> drivers/staging/wilc1000/wilc_spi.c:123:34: warning: 'wilc1000_spi_ops' defined but not used [-Wunused-const-variable] >> >> Suggest remove. >> >> Regards >> >> David Binderman >> >> >