summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/mew-vm
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/mew-vm')
-rw-r--r--src/mainboard/asus/mew-vm/chip.h4
-rw-r--r--src/mainboard/asus/mew-vm/mainboard.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/asus/mew-vm/chip.h b/src/mainboard/asus/mew-vm/chip.h
index bcadf9e6fe..e168812d0e 100644
--- a/src/mainboard/asus/mew-vm/chip.h
+++ b/src/mainboard/asus/mew-vm/chip.h
@@ -1,5 +1,5 @@
-extern struct chip_operations mainboard_asus_mew_vm_ops;
+extern struct chip_operations mainboard_ops;
-struct mainboard_asus_mew_vm_config {
+struct mainboard_config {
int nothing;
};
diff --git a/src/mainboard/asus/mew-vm/mainboard.c b/src/mainboard/asus/mew-vm/mainboard.c
index 4e03be0fea..9e325e7165 100644
--- a/src/mainboard/asus/mew-vm/mainboard.c
+++ b/src/mainboard/asus/mew-vm/mainboard.c
@@ -1,6 +1,6 @@
#include <device/device.h>
#include "chip.h"
-struct chip_operations mainboard_asus_mew_vm_ops = {
+struct chip_operations mainboard_ops = {
CHIP_NAME("ASUS MEW-VM Mainboard")
};