diff options
Diffstat (limited to 'src/mainboard/artecgroup')
-rw-r--r-- | src/mainboard/artecgroup/dbe61/mainboard.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/artecgroup/dbe61/mainboard.c b/src/mainboard/artecgroup/dbe61/mainboard.c index 5a8fb6b469..83fd121397 100644 --- a/src/mainboard/artecgroup/dbe61/mainboard.c +++ b/src/mainboard/artecgroup/dbe61/mainboard.c @@ -39,7 +39,6 @@ static void enable_dev(struct device *dev) } struct chip_operations mainboard_artecgroup_dbe61_ops = { - CHIP_NAME("artecgroup dbe61 mainboard ") + CHIP_NAME("Artec Group dbe61 mainboard") .enable_dev = enable_dev, - }; |