EXPORT_SYMBOL wrong include order, 2.1.19
Keith Owens (kaos@ocs.com.au)
Thu, 02 Jan 1997 01:57:32 +1100
Some data was missing from my earlier mail on EXPORT_SYMBOL and the
need to include config.h before module.h when EXPORT_SYMBOL is used.
The following sources use EXPORT_SYMBOL, they do include config.h but
*after* module.h so the symbols are not exported.
drivers/char/serial.c
drivers/net/hdlcdrv.c
drivers/scsi/scsi_syms.c
fs/proc/procfs_syms.c
kernel/ksyms.c