aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-6bxc/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ga-6bxc/mainboard.c')
-rw-r--r--src/mainboard/gigabyte/ga-6bxc/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-6bxc/mainboard.c b/src/mainboard/gigabyte/ga-6bxc/mainboard.c
index 70a74782e0..01411f3f81 100644
--- a/src/mainboard/gigabyte/ga-6bxc/mainboard.c
+++ b/src/mainboard/gigabyte/ga-6bxc/mainboard.c
@@ -21,6 +21,6 @@
#include <device/device.h>
#include "chip.h"
-struct chip_operations mainboard_gigabyte_ga_6bxc_ops = {
+struct chip_operations mainboard_ops = {
CHIP_NAME("GIGABYTE GA-6BXC Mainboard")
};