Commit 484f08a8 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] ST_partstat multiple definition

drivers/scsi/osst.o(.bss+0x0): multiple definition of `ST_partstat'
drivers/scsi/st.o(.bss+0x0): first defined here
Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4a5cf733
......@@ -67,7 +67,7 @@ struct st_partstat {
u32 last_block_visited;
int drv_block; /* The block where the drive head is */
int drv_file;
} ST_partstat;
};
#define ST_NBR_PARTITIONS 4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment