summaryrefslogtreecommitdiff
path: root/src/mainboard/a-trend/atc-6220/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/a-trend/atc-6220/mainboard.c')
-rw-r--r--src/mainboard/a-trend/atc-6220/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/a-trend/atc-6220/mainboard.c b/src/mainboard/a-trend/atc-6220/mainboard.c
index 56c0b39bb2..f30ebfa87d 100644
--- a/src/mainboard/a-trend/atc-6220/mainboard.c
+++ b/src/mainboard/a-trend/atc-6220/mainboard.c
@@ -21,6 +21,6 @@
#include <device/device.h>
#include "chip.h"
-struct chip_operations mainboard_a_trend_atc_6220_ops = {
+struct chip_operations mainboard_ops = {
CHIP_NAME("A-Trend ATC-6220 Mainboard")
};