Re: Pristine 2.5.69 warnings for make defconfig

Sam Ravnborg (sam@ravnborg.org)
Tue, 13 May 2003 20:18:02 +0200


On Tue, May 13, 2003 at 05:16:20PM +0100, Riley Williams wrote:
> Q> kernel/ksyms.c:453: warning: `__check_region' is deprecated
> Q> (declared at include/linux/ioport.h:113)
> 453> EXPORT_SYMBOL(__check_region);
Some modules still needs it - so it is exported.
People will ruin them out as time passes.

> Q> include/asm/string.h:145: warning: `strchr' defined but not used
This I cannot explain - it should not happen. Oleg at some point asked
if this was a compiler bug. Anyone?

> Q> drivers/scsi/qla1280.c:5948: warning:
> Q> initialization from incompatible pointer type
> Q> drivers/scsi/qla1280.c:5948: warning:
> Q> initialization from incompatible pointer type
Which tell you that this driver is not converted to use the new error handling.

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