Commit aa2ee036 authored by James Bottomley's avatar James Bottomley

SCSI: Fix Bug 3753 (multiple definition of ST_partstat)

Fix a missed piece of junk from a typedef conversion in st.h
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 2bbf0339
......@@ -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