2.5.1-dj7 -- Compile errors in ieee1394/sbp2.c

Miles Lane (miles@megapathdsl.net)
28 Dec 2001 12:11:45 -0800


gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=athlon -DMODULE -c -o
sbp2.o sbp2.c
sbp2.c: In function `sbp2_module_init':
sbp2.c:2948: warning: implicit declaration of function
`scsi_register_module'
sbp2.c:2948: `MODULE_SCSI_HA' undeclared (first use in this function)
sbp2.c:2948: (Each undeclared identifier is reported only once
sbp2.c:2948: for each function it appears in.)
sbp2.c: In function `sbp2_module_exit':
sbp2.c:2971: warning: implicit declaration of function
`scsi_unregister_module'
sbp2.c:2971: `MODULE_SCSI_HA' undeclared (first use in this function)
make[2]: *** [sbp2.o] Error 1
make[2]: Leaving directory `/usr/src/linux/drivers/ieee1394'

#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
CONFIG_IEEE1394=m
CONFIG_IEEE1394_PCILYNX=m
CONFIG_IEEE1394_PCILYNX_LOCALRAM=y
CONFIG_IEEE1394_PCILYNX_PORTS=y
CONFIG_IEEE1394_OHCI1394=m
CONFIG_IEEE1394_VIDEO1394=m
CONFIG_IEEE1394_SBP2=m
CONFIG_IEEE1394_RAWIO=m
CONFIG_IEEE1394_VERBOSEDEBUG=y

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