nb/intel/haswell: Indent PCI ops with tabs
Change-Id: Ia338ce1a36aa0a14017201c1fc16f84915f55c07 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51156 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
7f8da79777
commit
30c5e607b3
|
@ -547,12 +547,12 @@ static void northbridge_init(struct device *dev)
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct device_operations mc_ops = {
|
static struct device_operations mc_ops = {
|
||||||
.read_resources = mc_read_resources,
|
.read_resources = mc_read_resources,
|
||||||
.set_resources = pci_dev_set_resources,
|
.set_resources = pci_dev_set_resources,
|
||||||
.enable_resources = pci_dev_enable_resources,
|
.enable_resources = pci_dev_enable_resources,
|
||||||
.init = northbridge_init,
|
.init = northbridge_init,
|
||||||
.acpi_fill_ssdt = generate_cpu_entries,
|
.acpi_fill_ssdt = generate_cpu_entries,
|
||||||
.ops_pci = &pci_dev_ops_pci,
|
.ops_pci = &pci_dev_ops_pci,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const unsigned short mc_pci_device_ids[] = {
|
static const unsigned short mc_pci_device_ids[] = {
|
||||||
|
|
Loading…
Reference in New Issue