* [PATCH] Using I2O modules with I2O core in kernel
@ 2001-03-13 6:56 Michael Mueller
0 siblings, 0 replies; only message in thread
From: Michael Mueller @ 2001-03-13 6:56 UTC (permalink / raw)
To: alan; +Cc: linux-kernel
Hi Alan and folks,
I got asked why it gives unresolved symbols (and how to fix it) for the
I2O modules. During the session I noticed this is due to the fact the
I2O core is built into the kernel but the other I2O support built as
module. So the quick hack to resolv that problem was adding the missing
symbols into ksyms.c.
Later on I noticed its possible to avoid this hacking simple by doing
the EXPORT_SYMBOL within the original source module. This was only done
for the case it would have been compiled as kernel module. The patch is
appended.
Michael
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-03-13 6:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-13 6:56 [PATCH] Using I2O modules with I2O core in kernel Michael Mueller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox