All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Mansfield <patmans@us.ibm.com>
To: JEJ Bottomley <James.Bottomley@SteelEye.com>
Cc: Christoph Hellwig <hch@lst.de>, linux-scsi@vger.kernel.org
Subject: [PATCH] current scsi-misc-2.5 scsi_lib.c needs init.h
Date: Thu, 5 Dec 2002 14:16:33 -0800	[thread overview]
Message-ID: <20021205141633.A10103@beaverton.ibm.com> (raw)

The current scsi-misc-2.5 scsi_lib.c needs to include init.h
to get the __init and __exit defined.

--- 1.57/drivers/scsi/scsi_lib.c	Thu Dec  5 11:59:51 2002
+++ edited/drivers/scsi/scsi_lib.c	Thu Dec  5 13:11:35 2002
@@ -13,6 +13,7 @@
 #include <linux/kernel.h>
 #include <linux/mempool.h>
 #include <linux/slab.h>
+#include <linux/init.h>
 
 #include "scsi.h"
 #include "hosts.h"

-- Patrick Mansfield

             reply	other threads:[~2002-12-05 22:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-05 22:16 Patrick Mansfield [this message]
2002-12-05 22:26 ` [PATCH] current scsi-misc-2.5 scsi_lib.c needs init.h James Bottomley
2002-12-05 22:54   ` Patrick Mansfield
2002-12-05 22:58     ` Christoph Hellwig

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=20021205141633.A10103@beaverton.ibm.com \
    --to=patmans@us.ibm.com \
    --cc=James.Bottomley@SteelEye.com \
    --cc=hch@lst.de \
    --cc=linux-scsi@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.