summaryrefslogtreecommitdiff
path: root/src/mainboard/newisys
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/newisys')
-rw-r--r--src/mainboard/newisys/khepri/chip.h4
-rw-r--r--src/mainboard/newisys/khepri/mainboard.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/newisys/khepri/chip.h b/src/mainboard/newisys/khepri/chip.h
index f4889d6a65..e168812d0e 100644
--- a/src/mainboard/newisys/khepri/chip.h
+++ b/src/mainboard/newisys/khepri/chip.h
@@ -1,5 +1,5 @@
-extern struct chip_operations mainboard_newisys_khepri_ops;
+extern struct chip_operations mainboard_ops;
-struct mainboard_newisys_khepri_config {
+struct mainboard_config {
int nothing;
};
diff --git a/src/mainboard/newisys/khepri/mainboard.c b/src/mainboard/newisys/khepri/mainboard.c
index d5dfcbc05e..d278fd2501 100644
--- a/src/mainboard/newisys/khepri/mainboard.c
+++ b/src/mainboard/newisys/khepri/mainboard.c
@@ -1,7 +1,7 @@
#include <device/device.h>
#include "chip.h"
-struct chip_operations mainboard_newisys_khepri_ops = {
+struct chip_operations mainboard_ops = {
CHIP_NAME("Newisys 2100 Mainboard")
};