]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super-gpt.c
Various compile fixes.
[thirdparty/mdadm.git] / super-gpt.c
index e70a6fac3be9e5f2e467f292375d45aa8386726b..f60a67148c92c44e7f4d4ed3dc0ea600e96f24b1 100644 (file)
@@ -205,8 +205,8 @@ static int validate_geometry(struct supertype *st, int level,
 struct superswitch gpt = {
 #ifndef MDASSEMBLE
        .examine_super = examine_gpt,
-#endif
        .validate_geometry = validate_geometry,
+#endif
        .match_metadata_desc = match_metadata_desc,
        .load_super = load_gpt,
        .store_super = store_gpt,