southbridge: Trivial - drop trailing blank lines at EOF
Change-Id: I5484ebb665453777cc3b2561be6e50c787f1a257 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6209 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
@@ -241,4 +241,3 @@ static const struct pci_driver acpi_driver __pci_driver = {
|
||||
.vendor = PCI_VENDOR_ID_AMD,
|
||||
.device = PCI_DEVICE_ID_AMD_8111_ACPI,
|
||||
};
|
||||
|
||||
|
@@ -323,5 +323,3 @@ static int do_smbus_block_write(unsigned smbus_io_base, unsigned device, unsigne
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -63,4 +63,3 @@ static const struct pci_driver ide_driver __pci_driver = {
|
||||
.vendor = PCI_VENDOR_ID_AMD,
|
||||
.device = PCI_DEVICE_ID_AMD_8111_IDE,
|
||||
};
|
||||
|
||||
|
@@ -65,4 +65,3 @@ static const struct pci_driver pci_driver __pci_driver = {
|
||||
.vendor = PCI_VENDOR_ID_AMD,
|
||||
.device = PCI_DEVICE_ID_AMD_8111_PCI,
|
||||
};
|
||||
|
||||
|
@@ -87,4 +87,3 @@ void TraceCode ( UINT32 Level, UINT32 Code);
|
||||
#define DMSG_SB_TRACE 0x02
|
||||
|
||||
#endif //#ifndef _AMD_SB_CIMx_PLATFORM_H_
|
||||
|
||||
|
@@ -93,4 +93,3 @@ void sb7xx_51xx_disable_wideio(u8 wio_index)
|
||||
reg8 &= ~(1 << 2);
|
||||
pci_write_config8(dev, 0x48, reg8);
|
||||
}
|
||||
|
||||
|
@@ -60,4 +60,3 @@ void soft_reset(void)
|
||||
/* link reset */
|
||||
outb(0x06, 0x0cf9);
|
||||
}
|
||||
|
||||
|
@@ -258,4 +258,3 @@ void alink_ax_indx(u32 space /*c or p? */ , u32 axindc, u32 mask, u32 val)
|
||||
outl(0, AB_INDX);
|
||||
printk(BIOS_SPEW, "SB700 - Smbus.c - alink_ax_indx - End.\n");
|
||||
}
|
||||
|
||||
|
@@ -307,5 +307,3 @@ if (sb_chip->imc_tempin3_enabled) {
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -60,4 +60,3 @@ void soft_reset(void)
|
||||
/* link reset */
|
||||
outb(0x06, 0x0cf9);
|
||||
}
|
||||
|
||||
|
@@ -262,4 +262,3 @@ void alink_ax_indx(u32 space /*c or p? */ , u32 axindc, u32 mask, u32 val)
|
||||
outl(0, AB_INDX);
|
||||
printk(BIOS_DEBUG, "SB800 - Smbus.c - alink_ax_indx - End.\n");
|
||||
}
|
||||
|
||||
|
@@ -302,5 +302,3 @@ void SbPowerOnInit_Config(AMDSBCFG *sb_config)
|
||||
|
||||
printk(BIOS_INFO, "SB900 - Cfg.c - SbPowerOnInit_Config - End.\n");
|
||||
}
|
||||
|
||||
|
||||
|
@@ -60,4 +60,3 @@ void soft_reset(void)
|
||||
/* link reset */
|
||||
outb(0x06, 0x0cf9);
|
||||
}
|
||||
|
||||
|
@@ -262,4 +262,3 @@ void alink_ax_indx(u32 space /*c or p? */ , u32 axindc, u32 mask, u32 val)
|
||||
outl(0, AB_INDX);
|
||||
printk(BIOS_INFO, "SB900 - Smbus.c - alink_ax_indx - End.\n");
|
||||
}
|
||||
|
||||
|
@@ -354,4 +354,3 @@ chipsetinit(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -193,4 +193,3 @@ err:
|
||||
outb(0x0, smbus_io_base + SMB_STS);
|
||||
return 0xFF;
|
||||
}
|
||||
|
||||
|
@@ -324,4 +324,3 @@ void rs690_set_tom(device_t nb_dev)
|
||||
nbmc_write_index(nb_dev, 0x1e, 0x38000000);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@@ -638,4 +638,3 @@ static int smbus_read_byte(u32 device, u32 address)
|
||||
{
|
||||
return do_smbus_read_byte(SMBUS_IO_BASE, device, address);
|
||||
}
|
||||
|
||||
|
@@ -170,4 +170,3 @@ static const struct pci_driver usb_5_driver __pci_driver = {
|
||||
.vendor = PCI_VENDOR_ID_ATI,
|
||||
.device = PCI_DEVICE_ID_ATI_SB600_USB2,
|
||||
};
|
||||
|
||||
|
@@ -52,4 +52,3 @@ u8 pm2_ioread(u8 reg)
|
||||
{
|
||||
return pmio_read_index(PM2_INDEX, reg);
|
||||
}
|
||||
|
||||
|
@@ -66,4 +66,3 @@ void soft_reset(void)
|
||||
/* link reset */
|
||||
outb(0x06, 0x0cf9);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user