Bug 1167 - module cosa (wan driver) does noet compile
Summary: module cosa (wan driver) does noet compile
Status: CLOSED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Network (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Dan Carpenter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-29 11:43 UTC by HJH
Modified: 2008-09-25 12:01 UTC (History)
0 users

See Also:
Kernel Version: 2.6.0-test4
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description HJH 2003-08-29 11:43:05 UTC
Distribution: Mandrake 9.1
Hardware Environment: AMD Athlon 750, 320 Mb.
Software Environment: gcc 3.2
Problem Description: module cosa does not compile

Steps to reproduce: compile kernel with cosa selected
Comment 1 HJH 2003-08-29 11:44:51 UTC
Compiler output:
  CC [M]  drivers/net/wan/cosa.o
drivers/net/wan/cosa.c: In function `sppp_channel_delete':
drivers/net/wan/cosa.c:635: structure has no member named `ppp'
drivers/net/wan/cosa.c: In function `cosa_sppp_open':
drivers/net/wan/cosa.c:661: warning: `MOD_INC_USE_COUNT' is deprecated (declared
at include/linux/module.h:482)
drivers/net/wan/cosa.c:669: warning: `MOD_DEC_USE_COUNT' is deprecated (declared
at include/linux/module.h:494)
drivers/net/wan/cosa.c: In function `cosa_sppp_close':
drivers/net/wan/cosa.c:729: warning: `MOD_DEC_USE_COUNT' is deprecated (declared
at include/linux/module.h:494)
make[3]: *** [drivers/net/wan/cosa.o] Error 1
make[2]: *** [drivers/net/wan] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2

Note You need to log in before you can comment on or make changes to this bug.