summaryrefslogtreecommitdiff
path: root/src/mainboard/google/gale
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/gale')
-rw-r--r--src/mainboard/google/gale/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/gale/mainboard.c b/src/mainboard/google/gale/mainboard.c
index bc4fc933be..3c4f86184e 100644
--- a/src/mainboard/google/gale/mainboard.c
+++ b/src/mainboard/google/gale/mainboard.c
@@ -49,7 +49,6 @@ static void mainboard_enable(struct device *dev)
}
struct chip_operations mainboard_ops = {
- .name = "gale",
.enable_dev = mainboard_enable,
};