src/soc/intel: Drop unneeded empty lines
Change-Id: Id93aab5630e928ee4d7e957801e15a4cc8739fae Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44594 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Michael Niewöhner
parent
ee65079c96
commit
2854f40668
@@ -20,7 +20,6 @@ static struct device_operations cpu_bus_ops = {
|
||||
.init = baytrail_init_cpus,
|
||||
};
|
||||
|
||||
|
||||
static void enable_dev(struct device *dev)
|
||||
{
|
||||
/* Set the operations if it is a special bus type */
|
||||
|
@@ -68,7 +68,6 @@ static const struct cpu_driver driver __cpu_driver = {
|
||||
.id_table = cpu_table,
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* MP and SMM loading initialization.
|
||||
*/
|
||||
|
@@ -16,7 +16,6 @@
|
||||
#define UART_CONT 0x80
|
||||
#define RCBA 0xf0
|
||||
|
||||
|
||||
#define RID_A_STEPPING_START 1
|
||||
#define RID_B_STEPPING_START 5
|
||||
#define RID_C_STEPPING_START 0xe
|
||||
|
@@ -262,7 +262,6 @@ E(SEC, 0x88, MASK_VAL(0, 0, 0x0)), //vlv.sec.clk_gate_dis.sb_cg_di
|
||||
REG_SCRIPT_END,
|
||||
};
|
||||
|
||||
|
||||
static void perf_power(void *unused)
|
||||
{
|
||||
printk(BIOS_DEBUG, "Applying perf/power settings.\n");
|
||||
|
@@ -230,7 +230,6 @@ void disable_all_gpe(void)
|
||||
disable_gpe(~0);
|
||||
}
|
||||
|
||||
|
||||
static uint32_t reset_gpe_status(void)
|
||||
{
|
||||
uint16_t pmbase = get_pmbase();
|
||||
|
@@ -1,6 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
|
||||
#include <acpi/acpi_gnvs.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
|
@@ -507,7 +507,6 @@ static void southcluster_inject_dsdt(const struct device *device)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
static struct device_operations device_ops = {
|
||||
.read_resources = sc_read_resources,
|
||||
.set_resources = pci_dev_set_resources,
|
||||
|
Reference in New Issue
Block a user