public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: malware@t-online.de (Michael Mueller)
To: alan@redhat.com, linux-kernel@vger.kernel.org
Subject: [PATCH] Using I2O modules with I2O core in kernel (follow up)
Date: Tue, 13 Mar 2001 08:05:05 +0100	[thread overview]
Message-ID: <200103130705.IAA27185@fire.malware.de> (raw)
In-Reply-To: <md5:F2C348ACDB4A9C6721416F044158B4AC>

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

Hi Alan and folks,

I wrote: 
> 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.

And again the mysterous lklm problem appeared and I forgot to append the
actual patch. Btw. the problem does exists through all the current
version of the 2.2 and 2.4 kernel line. The patch should apply cleanly
to all but the ac series where the sources were moved within the tree.


Michael

[-- Attachment #2: i2o-2.4.2.patch --]
[-- Type: text/plain, Size: 467 bytes --]

--- linux-2.4.2/drivers/i2o/i2o_core.c.orig	Thu Feb 22 18:09:49 2001
+++ linux/drivers/i2o/i2o_core.c	Tue Mar 13 07:41:04 2001
@@ -3113,8 +3113,6 @@
 }
 
 
-#ifdef MODULE
-
 EXPORT_SYMBOL(i2o_controller_chain);
 EXPORT_SYMBOL(i2o_num_controllers);
 EXPORT_SYMBOL(i2o_find_controller);
@@ -3146,6 +3144,8 @@
 EXPORT_SYMBOL(i2o_dump_message);
 
 EXPORT_SYMBOL(i2o_get_class_name);
+
+#ifdef MODULE
 
 MODULE_AUTHOR("Red Hat Software");
 MODULE_DESCRIPTION("I2O Core");

           reply	other threads:[~2001-03-13  7:06 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <md5:F2C348ACDB4A9C6721416F044158B4AC>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200103130705.IAA27185@fire.malware.de \
    --to=malware@t-online.de \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox