Fails to build on x86_32 with lots of errors related to znet
drivers/net/znet.c:107:29: error: wireless/i82593.h: No such file or directory
drivers/net/znet.c:133: error: field 'i593_init' has incomplete type
drivers/net/znet.c: In function 'znet_set_multicast_list':
drivers/net/znet.c:235: error: invalid application of 'sizeof' to incomplete type 'struct i82593_conf_block'
drivers/net/znet.c:247: error: dereferencing pointer to incomplete type
.....
Commit 879e9304... moved wireless/i82593.h to drivers/staging/wavelan/i82593.h
Thanks
-Sachin
--
---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------
Just adding John and Greg to the cc list as this is caused by patches in
the staging tree.
On Tue, 27 Oct 2009 15:05:03 +0530 Sachin Sant [off-list ref] wrote:
Fails to build on x86_32 with lots of errors related to znet
drivers/net/znet.c:107:29: error: wireless/i82593.h: No such file or directory
drivers/net/znet.c:133: error: field 'i593_init' has incomplete type
drivers/net/znet.c: In function 'znet_set_multicast_list':
drivers/net/znet.c:235: error: invalid application of 'sizeof' to incomplete type 'struct i82593_conf_block'
drivers/net/znet.c:247: error: dereferencing pointer to incomplete type
.....
Commit 879e9304... moved wireless/i82593.h to drivers/staging/wavelan/i82593.h
Thanks
-Sachin
--
---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
On Wed, 28 Oct 2009 01:37:21 +1100 Stephen Rothwell wrote:
Just adding John and Greg to the cc list as this is caused by patches in
the staging tree.
ping ping. still a problem.
On Tue, 27 Oct 2009 15:05:03 +0530 Sachin Sant [off-list ref] wrote:
quoted
Fails to build on x86_32 with lots of errors related to znet
drivers/net/znet.c:107:29: error: wireless/i82593.h: No such file or directory
drivers/net/znet.c:133: error: field 'i593_init' has incomplete type
drivers/net/znet.c: In function 'znet_set_multicast_list':
drivers/net/znet.c:235: error: invalid application of 'sizeof' to incomplete type 'struct i82593_conf_block'
drivers/net/znet.c:247: error: dereferencing pointer to incomplete type
.....
Commit 879e9304... moved wireless/i82593.h to drivers/staging/wavelan/i82593.h
Thanks
-Sachin
---
~Randy