aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/spacerunner-lx/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lippert/spacerunner-lx/chip.h')
-rw-r--r--src/mainboard/lippert/spacerunner-lx/chip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lippert/spacerunner-lx/chip.h b/src/mainboard/lippert/spacerunner-lx/chip.h
index d575f6cc3e..422b04ab2b 100644
--- a/src/mainboard/lippert/spacerunner-lx/chip.h
+++ b/src/mainboard/lippert/spacerunner-lx/chip.h
@@ -22,9 +22,9 @@
#include <stdint.h>
-extern struct chip_operations mainboard_lippert_spacerunner_lx_ops;
+extern struct chip_operations mainboard_ops;
-struct mainboard_lippert_spacerunner_lx_config {
+struct mainboard_config {
/* bit2 = RS485_EN2, bit1 = RS485_EN1, bit0 = Live LED */
u8 sio_gp1x_config;
};