Re: drivers/staging/wilc1000/wilc_spi.c won't compile ?
From: Tony Cho <hidden>
Date: 2016-02-17 01:26:40
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, ----------------------------------------quoted
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 Bindermanquoted
Thanks, BR Leo -----Original Message----- From: David Binderman [mailto:dcb314@hotmail.com] Sent: Monday, February 08, 2016 9:18 PM To: Kim, Johnny <redacted>; Shin, Austin <redacted>; Park, Chris <redacted>; Cho, Tony <redacted>; Lee, Glen <redacted>; Kim, Leo <redacted>; 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