AMD Bimini: Small fixes, and updates to recent trunk conventions.
[coreboot.git] / src / mainboard / amd / bimini_fam10 / mb_sysconf.h
index 8827fb6114465ca1afafb131dc4d0bb1b2003956..1f4e71537696a4594503d19dd22e2337f693b1c2 100644 (file)
@@ -18,7 +18,6 @@
  */
 
 #ifndef MB_SYSCONF_H
-
 #define MB_SYSCONF_H
 
 struct mb_sysconf_t {
@@ -38,8 +37,7 @@ struct mb_sysconf_t {
        u32 sbdn3;
        u32 sbdn3a[31];
        u32 sbdn5[31];
-       u32 bus_type[256];
+       u32 bus_type[256];
 };
 
 #endif
-