2.5.43+: IDE as modules, when?

Dieter Nützel (Dieter.Nuetzel@hamburg.de)
Wed, 16 Oct 2002 23:01:58 +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_defb87fa':
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}:9108: 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

-- 
Dieter Nützel
Graduate Student, Computer Science

University of Hamburg Department of Computer Science @home: Dieter.Nuetzel at hamburg.de (replace at with @)

- 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/