* [patch] 2.6.10-rc2-mm2: `ST_partstat' multiple definition
[not found] <20041118021538.5764d58c.akpm@osdl.org>
@ 2004-11-19 0:04 ` Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2004-11-19 0:04 UTC (permalink / raw)
To: Andrew Morton, Kai Makisara; +Cc: linux-kernel, James.Bottomley, linux-scsi
The following compile error is still present:
<-- snip -->
...
LD drivers/scsi/built-in.o
drivers/scsi/osst.o(.bss+0x0): multiple definition of `ST_partstat'
drivers/scsi/st.o(.bss+0x0): first defined here
make[2]: *** [drivers/scsi/built-in.o] Error 1
<-- snip -->
The patch below fixes this issue.
It is also present in 2.6.10-rc2. Please put it therefore on your
must-go-to-linus-before-2.6.10-or-the-world-will-stop-turning list.
Signed-off-by: Adrian Bunk <bunk@fs.tum.de>
--- linux-2.6.10-rc2-mm2-full/drivers/scsi/st.h.old 2004-11-18 22:49:28.000000000 +0100
+++ linux-2.6.10-rc2-mm2-full/drivers/scsi/st.h 2004-11-18 22:49:48.000000000 +0100
@@ -67,7 +67,7 @@
u32 last_block_visited;
int drv_block; /* The block where the drive head is */
int drv_file;
-} ST_partstat;
+};
#define ST_NBR_PARTITIONS 4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-19 0:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20041118021538.5764d58c.akpm@osdl.org>
2004-11-19 0:04 ` [patch] 2.6.10-rc2-mm2: `ST_partstat' multiple definition Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).