summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/chip.h3
-rw-r--r--src/mainboard/gigabyte/m57sli/chip.h5
-rw-r--r--src/mainboard/gigabyte/ma785gmt/chip.h3
-rw-r--r--src/mainboard/gigabyte/ma785gmt/mainboard.c4
-rw-r--r--src/mainboard/gigabyte/ma78gm/chip.h3
-rw-r--r--src/mainboard/gigabyte/ma78gm/mainboard.c4
6 files changed, 4 insertions, 18 deletions
diff --git a/src/mainboard/gigabyte/ga_2761gxdk/chip.h b/src/mainboard/gigabyte/ga_2761gxdk/chip.h
index 530c7f9230..3c303ee48d 100644
--- a/src/mainboard/gigabyte/ga_2761gxdk/chip.h
+++ b/src/mainboard/gigabyte/ga_2761gxdk/chip.h
@@ -21,5 +21,4 @@
extern struct chip_operations mainboard_ops;
-struct mainboard_config {
-};
+struct mainboard_config {};
diff --git a/src/mainboard/gigabyte/m57sli/chip.h b/src/mainboard/gigabyte/m57sli/chip.h
index 556dc7ea1d..ebd990b82f 100644
--- a/src/mainboard/gigabyte/m57sli/chip.h
+++ b/src/mainboard/gigabyte/m57sli/chip.h
@@ -21,7 +21,4 @@
extern struct chip_operations mainboard_ops;
-struct mainboard_config {
-// int fixup_scsi;
-// int fixup_vga;
-};
+struct mainboard_config {};
diff --git a/src/mainboard/gigabyte/ma785gmt/chip.h b/src/mainboard/gigabyte/ma785gmt/chip.h
index 063d78b27b..70102aa5b1 100644
--- a/src/mainboard/gigabyte/ma785gmt/chip.h
+++ b/src/mainboard/gigabyte/ma785gmt/chip.h
@@ -20,5 +20,4 @@
extern struct chip_operations mainboard_ops;
-struct mainboard_config {
-};
+struct mainboard_config {};
diff --git a/src/mainboard/gigabyte/ma785gmt/mainboard.c b/src/mainboard/gigabyte/ma785gmt/mainboard.c
index 01ac9c0693..d6c95e0c9f 100644
--- a/src/mainboard/gigabyte/ma785gmt/mainboard.c
+++ b/src/mainboard/gigabyte/ma785gmt/mainboard.c
@@ -258,10 +258,6 @@ static void set_thermal_config(void)
*************************************************/
static void ma785gmt_enable(device_t dev)
{
- /* Leave it for furture use. */
- /* struct mainboard_config *mainboard =
- (struct mainboard_config *)dev->chip_info; */
-
printk(BIOS_INFO, "Mainboard Gigabyte ma785gmt Enable. dev=0x%p\n", dev);
#if (CONFIG_GFXUMA == 1)
diff --git a/src/mainboard/gigabyte/ma78gm/chip.h b/src/mainboard/gigabyte/ma78gm/chip.h
index f54cc3d61d..a98b97e98c 100644
--- a/src/mainboard/gigabyte/ma78gm/chip.h
+++ b/src/mainboard/gigabyte/ma78gm/chip.h
@@ -20,5 +20,4 @@
extern struct chip_operations mainboard_ops;
-struct mainboard_config {
-};
+struct mainboard_config {};
diff --git a/src/mainboard/gigabyte/ma78gm/mainboard.c b/src/mainboard/gigabyte/ma78gm/mainboard.c
index 26990b2254..dcb37992c5 100644
--- a/src/mainboard/gigabyte/ma78gm/mainboard.c
+++ b/src/mainboard/gigabyte/ma78gm/mainboard.c
@@ -78,10 +78,6 @@ u8 is_dev3_present(void)
*************************************************/
static void ma78gm_enable(device_t dev)
{
- /* Leave it for furture use. */
- /* struct mainboard_config *mainboard =
- (struct mainboard_config *)dev->chip_info; */
-
printk(BIOS_INFO, "Mainboard MA78GM-US2H Enable. dev=0x%p\n", dev);
#if (CONFIG_GFXUMA == 1)