This change broke the compilation of arlan.c:
<-- snip -->
...
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=k6
-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_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
<-- snip -->
cu
Adrian
--"Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/