From 78265d5609d37b528cf8f605878a792299d11a47 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Thu, 26 Aug 2010 18:24:04 +0000 Subject: Remove unused mainboard_config definitions. Trivial. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5744 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/gigabyte/ma785gmt/chip.h | 3 +-- src/mainboard/gigabyte/ma785gmt/mainboard.c | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'src/mainboard/gigabyte/ma785gmt') 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) -- cgit v1.2.3