EDAC, amd64_edac: Drop pci_register_driver() use
[cascardo/linux.git] / drivers / edac / amd64_edac.h
index c0f248f..c088704 100644 (file)
@@ -422,7 +422,7 @@ struct low_ops {
 
 struct amd64_family_type {
        const char *ctl_name;
-       u16 f1_id, f3_id;
+       u16 f1_id, f2_id;
        struct low_ops ops;
 };