src/northbridge: Drop unneeded empty lines
Change-Id: I5f3118f0f855160ed49adc543b6169fccd7520ee Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44593 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
7aa3372ce2
commit
dddd1cc691
@@ -584,7 +584,6 @@ static u32 freq_to_blc_pwm_ctl(struct device *const dev, u16 pwm_freq)
|
||||
return BLM_LEGACY_MODE | ((blc_mod / 2) << 17) | ((blc_mod / 2) << 1);
|
||||
}
|
||||
|
||||
|
||||
static void panel_setup(u8 *mmiobase, struct device *const dev)
|
||||
{
|
||||
const struct northbridge_intel_i945_config *const conf = dev->chip_info;
|
||||
@@ -749,7 +748,6 @@ static struct device_operations gma_func0_ops = {
|
||||
.acpi_name = gma_acpi_name,
|
||||
};
|
||||
|
||||
|
||||
static struct device_operations gma_func1_ops = {
|
||||
.read_resources = pci_dev_read_resources,
|
||||
.set_resources = pci_dev_set_resources,
|
||||
|
Reference in New Issue
Block a user