mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Heiko Carstens <heiko.carstens@de.ibm.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, hch@lst.de
Subject: [PATCH] add EXPORT_SYMBOL for irq_exit
Date: Fri, 7 Jan 2005 08:18:34 +0100	[thread overview]
Message-ID: <20050107071834.GA4168@osiris.boeblingen.de.ibm.com> (raw)

Hi Andrew,

this patch adds the missing EXPORT_SYMBOL for irq_exit:
*** Warning: "irq_exit" [drivers/s390/net/iucv.ko] undefined!

Please apply.

Thanks,
Heiko

diff -urN linux-2.6/kernel/softirq.c linux-2.6-patched/kernel/softirq.c
--- linux-2.6/kernel/softirq.c	2005-01-07 08:02:33.000000000 +0100
+++ linux-2.6-patched/kernel/softirq.c	2005-01-07 08:09:30.000000000 +0100
@@ -169,6 +169,8 @@
 	preempt_enable_no_resched();
 }
 
+EXPORT_SYMBOL(irq_exit);
+
 /*
  * This function must run with irqs disabled!
  */

             reply	other threads:[~2005-01-07  7:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-07  7:18 Heiko Carstens [this message]
2005-01-07  7:29 ` Andrew Morton
2005-01-07  7:53   ` Heiko Carstens

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=20050107071834.GA4168@osiris.boeblingen.de.ibm.com \
    --to=heiko.carstens@de.ibm.com \
    --cc=akpm@osdl.org \
    --cc=hch@lst.de \
    --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

all inboxes | Powered by JetHome®