Bug 344

Summary: compile failure in drivers/net/arlan.c
Product: Drivers Reporter: John Kim (john)
Component: NetworkAssignee: Jeff Garzik (jgarzik)
Status: CLOSED PATCH_ALREADY_AVAILABLE    
Severity: normal CC: natmari6117
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.5.60-bk1 Subsystem:
Regression: --- Bisected commit-id:

Description John Kim 2003-02-11 10:06:50 UTC
Distribution:  Gentoo 1.4rc2
Hardware Environment:  Abit KG7-RAID, AMD Athlon TBird 1.4, 512MB DDR, Geforce 3
Software Environment:  gcc 3.2.1, glibc 2.3.1, ld 2.13.90.0.16
Problem Description:

  gcc -Wp,-MD,drivers/net/.arlan.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -march=athlon -Iinclude/asm-i386/mach-default
-nostdinc -iwithprefix include    -DKBUILD_BASENAME=arlan -DKBUILD_MODNAME=arlan
-c -o drivers/net/arlan.o drivers/net/arlan.c
drivers/net/arlan.c: In function `arlan_check_fingerprint':
drivers/net/arlan.c:1066: warning: `__check_region' is deprecated (declared at
include/linux/ioport.h:111)
drivers/net/arlan.c: In function `arlan_allocate_device':
drivers/net/arlan.c:1202: structure has no member named `config'
drivers/net/arlan.c:1212: structure has no member named `config'
drivers/net/arlan.c: At top level:
drivers/net/arlan.c:26: warning: `probe' defined but not used
drivers/net/arlan.c:1128: warning: `arlan_find_devices' defined but not used
make[2]: *** [drivers/net/arlan.o] Error 1
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2


Steps to reproduce:

Networking support  --->
Wireless LAN (non-hamradio)  --->
<*>   Aironet Arlan 655 & IC2200 DS support

CONFIG_ARLAN=y
Comment 1 Frank Davis 2003-02-11 20:11:04 UTC
Andrew Morton  posted a fix to this on l-k earlier today.
Comment 2 Jeff Garzik 2003-02-12 10:17:24 UTC
Andrew Morton fixed it, should appear in Linus tree soon.
Comment 3 John Kim 2003-02-13 19:55:17 UTC
Fixed in 2.5.60-bk3.