From: Adrian Bunk <bunk@fs.tum.de>
To: Linus Torvalds <torvalds@transmeta.com>,
Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux v2.5.47
Date: Tue, 12 Nov 2002 00:32:23 +0100 [thread overview]
Message-ID: <20021111233223.GB15398@fs.tum.de> (raw)
In-Reply-To: <Pine.LNX.4.44.0211101944030.17742-100000@penguin.transmeta.com>
On Sun, Nov 10, 2002 at 07:46:06PM -0800, Linus Torvalds wrote:
>...
> Alan Cox <alan@lxorguk.ukuu.org.uk>:
>...
> o tidy the 53c406, kill off old header
>...
This patch removed the header file but not the #include in the .c file
resulting in the following compile error:
<-- snip -->
...
gcc -Wp,-MD,drivers/scsi/.NCR53c406a.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing
-fno-common -pipe -mpreferred-stack-boundary=2 -march=k6
-Iarch/i386/mach-generic -nostdinc -iwithprefix include -DKBUILD_BASENAME=NCR53c406a -c -o
drivers/scsi/NCR53c406a.o drivers/scsi/NCR53c406a.c
drivers/scsi/NCR53c406a.c:58: NCR53c406a.h: No such file or directory
...
make[2]: *** [drivers/scsi/NCR53c406a.o] Error 1
<-- snip -->
The following simple fix is needed:
--- linux-2.5.47/drivers/scsi/NCR53c406a.c.old 2002-11-12 00:21:27.000000000 +0100
+++ linux-2.5.47/drivers/scsi/NCR53c406a.c 2002-11-12 00:21:51.000000000 +0100
@@ -55,7 +55,6 @@
#include <linux/spinlock.h>
#include "scsi.h"
#include "hosts.h"
-#include "NCR53c406a.h"
/* ============================================================= */
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2002-11-11 23:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-11 3:46 Linux v2.5.47 Linus Torvalds
2002-11-11 8:10 ` Adrian Bunk
2002-11-11 12:06 ` Allan Duncan
2002-11-11 14:14 ` Linux v2.5.47 (CONFIG_CRYPTO) James Morris
2002-11-11 23:32 ` Adrian Bunk [this message]
2002-11-13 0:22 ` Linux v2.5.47 Christoph Hellwig
2002-11-13 1:03 ` Alan Cox
2002-11-13 0:43 ` Christoph Hellwig
2002-11-13 12:03 ` Michael Still
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=20021111233223.GB15398@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=alan@lxorguk.ukuu.org.uk \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox