aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2880/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/tyan/s2880/mainboard.c')
-rw-r--r--src/mainboard/tyan/s2880/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s2880/mainboard.c b/src/mainboard/tyan/s2880/mainboard.c
index 5473ce6a88..a0014f3fae 100644
--- a/src/mainboard/tyan/s2880/mainboard.c
+++ b/src/mainboard/tyan/s2880/mainboard.c
@@ -269,6 +269,5 @@ static void enable_dev(struct device *dev)
dev_root.ops = &mainboard_operations;
}
struct chip_operations mainboard_tyan_s2880_ops = {
- .name = "Tyan s2880 mainboard ",
.enable_dev = enable_dev,
};