Remove unused ide0_enable and sata0_enable entries from SB7xx
[coreboot.git] / src / southbridge / amd / sb600 / chip.h
index 808d3589652f96ea3da8ce3b99ea99d079accab8..ce40f18bf39a82bd6a09fa3060dd8b3a7f0baa3c 100644 (file)
 #ifndef SB600_CHIP_H
 #define SB600_CHIP_H
 
-struct southbridge_amd_sb600_config 
+struct southbridge_amd_sb600_config
 {
-       unsigned int ide0_enable : 1;
-       unsigned int sata0_enable : 1;
-       unsigned long hda_viddid;
+       u32 hda_viddid;
 };
 struct chip_operations;
 extern struct chip_operations southbridge_amd_sb600_ops;