From 43f6598b2781bd087a99626967a5186ecc2b9163 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 11 Feb 2021 18:58:52 +0200 Subject: mb/: Drop the provided name in chip_ops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Little point to replicate a string already provided both as a global Kconfig and global mainboard_part_number. Change-Id: I1fd138c711ebbb37c39b2c8f554b1f2e1a364424 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/50719 Tested-by: build bot (Jenkins) Reviewed-by: ron minnich --- src/mainboard/google/smaug/mainboard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/smaug/mainboard.c') diff --git a/src/mainboard/google/smaug/mainboard.c b/src/mainboard/google/smaug/mainboard.c index 852e73de67..fe09d32802 100644 --- a/src/mainboard/google/smaug/mainboard.c +++ b/src/mainboard/google/smaug/mainboard.c @@ -197,7 +197,6 @@ static void mainboard_enable(struct device *dev) } struct chip_operations mainboard_ops = { - .name = "smaug", .enable_dev = mainboard_enable, }; -- cgit v1.2.3