2.5.42 (-mm): IDE as modules NO go

Dieter Nützel (Dieter.Nuetzel@hamburg.de)
Sun, 13 Oct 2002 00:16:41 +0200


make -f drivers/ide/Makefile
gcc -Wp,-MD,drivers/ide/.ide.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -mcpu=k6 -march=i686 -malign-functions=4
-fschedule-insns2 -fexpensive-optimizations -Iarch/i386/mach-generic
-fomit-frame-pointer -nostdinc -iwithprefix include -DMODULE -include
include/linux/modversions.h -DKBUILD_BASENAME=ide -DEXPORT_SYMTAB -c -o
drivers/ide/ide.o drivers/ide/ide.c
drivers/ide/ide.c: In function `ide_register_driver_Rsmp_968faa65':
drivers/ide/ide.c:3459: warning: assignment discards qualifiers from pointer
target type
drivers/ide/ide.c: At top level:
drivers/ide/ide.c:3563: redefinition of `init_module'
drivers/ide/ide.c:3541: `init_module' previously defined here
drivers/ide/ide.c: In function `cleanup_module':
drivers/ide/ide.c:3585: warning: implicit declaration of function
`bus_unregister'
{standard input}: Assembler messages:
{standard input}:9110: Error: symbol `init_module' is already defined
make[2]: *** [drivers/ide/ide.o] Error 1
make[1]: *** [drivers/ide] Error 2
make: *** [drivers] Error 2

Thanks,
Dieter
-
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/