public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Hicks <mort@wildopensource.com>
To: Martin Hicks <mort@wildopensource.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>,
	Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] remove __exit from mptscsih_exit()
Date: Thu, 5 Feb 2004 18:18:32 -0500	[thread overview]
Message-ID: <20040205231832.GD28976@localhost> (raw)
In-Reply-To: <20040205231719.GC28976@localhost>

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



On Thu, Feb 05, 2004 at 06:17:19PM -0500, Martin Hicks wrote:
> 
> Hi James and Andrew
> 
> I needed to apply this patch to get my kernel to link on ia64.  The
> patch is against 2.6.2-mm1

and the patch this time...

-- 
Martin Hicks                Wild Open Source Inc.
mort@wildopensource.com     613-266-2296

[-- Attachment #2: mptscsi-exit-section.patch --]
[-- Type: text/plain, Size: 1229 bytes --]

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1552  -> 1.1553 
#	drivers/message/fusion/mptscsih.c	1.32    -> 1.33   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 04/02/05	mort@green.i.bork.org	1.1553
# Get rid of __exit from mptscsih_exit() to get the
# kernel to link.
# --------------------------------------------
#
diff -Nru a/drivers/message/fusion/mptscsih.c b/drivers/message/fusion/mptscsih.c
--- a/drivers/message/fusion/mptscsih.c	Thu Feb  5 18:13:39 2004
+++ b/drivers/message/fusion/mptscsih.c	Thu Feb  5 18:13:39 2004
@@ -198,7 +198,7 @@
 
 /* module entry point */
 static int  __init    mptscsih_init  (void);
-static void __exit    mptscsih_exit  (void);
+static void    mptscsih_exit  (void);
 
 static int  __devinit mptscsih_probe (struct pci_dev *, const struct pci_device_id *);
 static void __devexit mptscsih_remove(struct pci_dev *);
@@ -1985,7 +1985,7 @@
  *
  */
 static void
-__exit mptscsih_exit(void)
+mptscsih_exit(void)
 {
 	MPT_ADAPTER	*ioc;
 

      reply	other threads:[~2004-02-05 23:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-05 23:17 [PATCH] remove __exit from mptscsih_exit() Martin Hicks
2004-02-05 23:18 ` Martin Hicks [this message]

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=20040205231832.GD28976@localhost \
    --to=mort@wildopensource.com \
    --cc=James.Bottomley@steeleye.com \
    --cc=akpm@osdl.org \
    --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