From: Martin Dalecki <dalecki@evision-ventures.com>
To: jason <jasonmc@sympatico.ca>
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: Re: [patch] ide-scsi compile fix
Date: Sat, 09 Mar 2002 14:08:07 +0100 [thread overview]
Message-ID: <3C8A0937.4050200@evision-ventures.com> (raw)
In-Reply-To: <20020308235852.FAQN13574.tomts7-srv.bellnexxia.net@there>
jason wrote:
> GCC gives an error about an undefined reference to idescsi_init from ide.c when compiling 2.5.6 with ide scsi emulation enabled, this patch corrects the problem.
Tank you for looking after this.
That was a bit too far reaching on my behalf. You are right if
one disables module support.
>
> --- a/drivers/scsi/ide-scsi.c Fri Mar 8 17:22:52 2002
> +++ b/drivers/scsi/ide-scsi.c Fri Mar 8 17:23:00 2002
> @@ -565,7 +565,7 @@
> /*
> * idescsi_init will register the driver for each scsi.
> */
> -static int idescsi_init(void)
> +int idescsi_init(void)
> {
> ide_drive_t *drive;
> idescsi_scsi_t *scsi;
>
>
next prev parent reply other threads:[~2002-03-09 13:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-08 23:58 [patch] ide-scsi compile fix jason
2002-03-09 13:08 ` Martin Dalecki [this message]
2002-03-11 10:37 ` Petr Titera
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=3C8A0937.4050200@evision-ventures.com \
--to=dalecki@evision-ventures.com \
--cc=jasonmc@sympatico.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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.