aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ma785gmt/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ma785gmt/mainboard.c')
-rw-r--r--src/mainboard/gigabyte/ma785gmt/mainboard.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/gigabyte/ma785gmt/mainboard.c b/src/mainboard/gigabyte/ma785gmt/mainboard.c
index 3c26c6a287..89e75e7924 100644
--- a/src/mainboard/gigabyte/ma785gmt/mainboard.c
+++ b/src/mainboard/gigabyte/ma785gmt/mainboard.c
@@ -255,11 +255,6 @@ static void ma785gmt_enable(device_t dev)
set_gpio40_gfx();
}
-int add_mainboard_resources(struct lb_memory *mem)
-{
- return 0;
-}
-
struct chip_operations mainboard_ops = {
CHIP_NAME("GIGABYTE MA785GMT-UD2H Mainboard")
.enable_dev = ma785gmt_enable,