summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ma78gm
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ma78gm')
-rw-r--r--src/mainboard/gigabyte/ma78gm/chip.h3
-rw-r--r--src/mainboard/gigabyte/ma78gm/mainboard.c4
2 files changed, 1 insertions, 6 deletions
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)