diff options
Diffstat (limited to 'src/mainboard/google/foster')
-rw-r--r-- | src/mainboard/google/foster/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/foster/mainboard.c b/src/mainboard/google/foster/mainboard.c index 4a56e8aae0..7c34756f86 100644 --- a/src/mainboard/google/foster/mainboard.c +++ b/src/mainboard/google/foster/mainboard.c @@ -103,6 +103,5 @@ static void mainboard_enable(struct device *dev) } struct chip_operations mainboard_ops = { - .name = "foster", .enable_dev = mainboard_enable, }; |