HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44589 )
Change subject: mb/*/*/mainboard.c: Drop unneeded empty lines ......................................................................
mb/*/*/mainboard.c: Drop unneeded empty lines
Change-Id: Ia61101d4767ed928fcea51ea36be1a97a72063d7 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/google/slippy/mainboard.c M src/mainboard/google/stout/mainboard.c M src/mainboard/hp/z220_sff_workstation/mainboard.c M src/mainboard/kontron/986lcd-m/mainboard.c M src/mainboard/lenovo/g505s/mainboard.c M src/mainboard/samsung/lumpy/mainboard.c 6 files changed, 1 insertion(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/44589/1
diff --git a/src/mainboard/google/slippy/mainboard.c b/src/mainboard/google/slippy/mainboard.c index 2a819d3..90f28e7 100644 --- a/src/mainboard/google/slippy/mainboard.c +++ b/src/mainboard/google/slippy/mainboard.c @@ -16,8 +16,6 @@ apm_control(APM_CNT_FINALIZE); }
- - static void mainboard_init(struct device *dev) { mainboard_ec_init(); diff --git a/src/mainboard/google/stout/mainboard.c b/src/mainboard/google/stout/mainboard.c index 29a6923..7f4e29d2 100644 --- a/src/mainboard/google/stout/mainboard.c +++ b/src/mainboard/google/stout/mainboard.c @@ -17,8 +17,6 @@ ec_write_cmd(EC_CMD_NOTIFY_ACPI_ENTER); }
- - static void mainboard_init(struct device *dev) { struct device *ethernet_dev = NULL; diff --git a/src/mainboard/hp/z220_sff_workstation/mainboard.c b/src/mainboard/hp/z220_sff_workstation/mainboard.c index 0d62fae..75dc330 100644 --- a/src/mainboard/hp/z220_sff_workstation/mainboard.c +++ b/src/mainboard/hp/z220_sff_workstation/mainboard.c @@ -1,4 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ + #include <device/device.h> #include <drivers/intel/gma/int15.h> #include <southbridge/intel/bd82x6x/pch.h> diff --git a/src/mainboard/kontron/986lcd-m/mainboard.c b/src/mainboard/kontron/986lcd-m/mainboard.c index a5062e4..e1c02f0 100644 --- a/src/mainboard/kontron/986lcd-m/mainboard.c +++ b/src/mainboard/kontron/986lcd-m/mainboard.c @@ -19,7 +19,6 @@
#define FAN_SPEED_5625 0
- struct fan_speed { u8 fan_in; u16 fan_speed; diff --git a/src/mainboard/lenovo/g505s/mainboard.c b/src/mainboard/lenovo/g505s/mainboard.c index 8339626..d900c94 100644 --- a/src/mainboard/lenovo/g505s/mainboard.c +++ b/src/mainboard/lenovo/g505s/mainboard.c @@ -26,7 +26,6 @@
if (!acpi_is_wakeup_s3()) pavilion_cold_boot_init(); - }
struct chip_operations mainboard_ops = { diff --git a/src/mainboard/samsung/lumpy/mainboard.c b/src/mainboard/samsung/lumpy/mainboard.c index fbb7480..cdeaf72 100644 --- a/src/mainboard/samsung/lumpy/mainboard.c +++ b/src/mainboard/samsung/lumpy/mainboard.c @@ -19,8 +19,6 @@ send_ec_command(EC_ACPI_ENABLE); }
- - static void mainboard_init(struct device *dev) { /* Initialize the Embedded Controller */