2.4.25-rc1: Inconsistent ioctl symbol usage in drivers/message/fusion/mptctl.c

From: Keith Owens
Date: Sun Feb 08 2004 - 20:19:28 EST


2.4.25-rc1 drivers/message/fusion/mptctl.c expects sys_ioctl,
register_ioctl32_conversion and unregister_ioctl32_conversion to be
exported symbols when MPT_CONFIG_COMPAT is defined. That symbol is
defined for __sparc_v9__, __x86_64__ and __ia64__.

The symbols are not exported in ia64, mptctl.o gets unresolved symbols
when it is a module on ia64.

x64_64 exports register_ioctl32_conversion and unregister_ioctl32_conversion,
but not sys_ioctl.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/