summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdadm.h b/mdadm.h
index c0e3691..9d4f6b7 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -450,9 +450,9 @@ extern struct superswitch {
int swapuuid; /* true if uuid is bigending rather than hostendian */
int external;
-} super0, super1, super_ddf, super_ddf_bvd, super_ddf_svd, *superlist[];
+} super0, super1, super_ddf, *superlist[];
-extern struct superswitch super_imsm, super_imsm_volume;
+extern struct superswitch super_imsm;
struct supertype {
struct superswitch *ss;