md/raid1: typedef removal: conf_t -> struct r1conf
Signed-off-by: NeilBrown <neilb@suse.de>
diff --git a/drivers/md/raid1.h b/drivers/md/raid1.h
index dd5e66a..5b16d09 100644
--- a/drivers/md/raid1.h
+++ b/drivers/md/raid1.h
@@ -19,7 +19,7 @@
int raid_disks;
};
-struct r1_private_data_s {
+struct r1conf {
struct mddev *mddev;
struct mirror_info *mirrors;
int raid_disks;
@@ -90,8 +90,6 @@
struct md_thread *thread;
};
-typedef struct r1_private_data_s conf_t;
-
/*
* this is our 'private' RAID1 bio.
*