aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-b75m-d3h/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ga-b75m-d3h/mainboard.c')
-rw-r--r--src/mainboard/gigabyte/ga-b75m-d3h/mainboard.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/mainboard.c b/src/mainboard/gigabyte/ga-b75m-d3h/mainboard.c
index 0124baa179..5054f41135 100644
--- a/src/mainboard/gigabyte/ga-b75m-d3h/mainboard.c
+++ b/src/mainboard/gigabyte/ga-b75m-d3h/mainboard.c
@@ -35,7 +35,6 @@
#include <smbios.h>
#include <device/pci.h>
#include <cbfs.h>
-#include <build.h>
void mainboard_suspend_resume(void)
{
@@ -43,17 +42,6 @@ void mainboard_suspend_resume(void)
outb(0xcb, 0xb2);
}
-const char *smbios_mainboard_bios_version(void)
-{
- /* Satisfy thinkpad_acpi. */
- if (strlen(CONFIG_LOCALVERSION))
- return "CBET4000 " CONFIG_LOCALVERSION;
- else
- return "CBET4000 " COREBOOT_VERSION;
-}
-
-
-
static void mainboard_init(device_t dev)
{
RCBA32(0x38c8) = 0x00002005;