summaryrefslogtreecommitdiffstats
path: root/southbridge
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2008-10-03 20:10:29 +0000
committerMyles Watson <mylesgw@gmail.com>2008-10-03 20:10:29 +0000
commitfba91167e36d34ea31f1d304c088aa65a8b36e24 (patch)
tree923cbd67b510bec70e91bbc882d86105605f23b3 /southbridge
parentcadd0126aa6123b895ccf5573091ea7592b950b3 (diff)
downloadcoreboot-fba91167e36d34ea31f1d304c088aa65a8b36e24.tar.gz
coreboot-fba91167e36d34ea31f1d304c088aa65a8b36e24.tar.bz2
coreboot-fba91167e36d34ea31f1d304c088aa65a8b36e24.zip
Trivial white space cleanup.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@887 f3766cd6-281f-0410-b1cd-43a5c92072e9
Diffstat (limited to 'southbridge')
-rw-r--r--southbridge/amd/amd8111/amd8111.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/southbridge/amd/amd8111/amd8111.c b/southbridge/amd/amd8111/amd8111.c
index d9bc5f2b866a..3b22fa1ce819 100644
--- a/southbridge/amd/amd8111/amd8111.c
+++ b/southbridge/amd/amd8111/amd8111.c
@@ -95,10 +95,10 @@ void amd8111_enable(struct device * dev)
struct device_operations amd8111 = {
.id = {.type = DEVICE_ID_PCI,
{.pci = {.vendor = PCI_VENDOR_ID_AMD,
- .device = PCI_DEVICE_ID_AMD_8111_PCI}}},
+ .device = PCI_DEVICE_ID_AMD_8111_PCI}}},
.constructor = default_device_constructor,
.phase3_scan = 0,
- .phase4_enable_disable = amd8111_enable,
+ .phase4_enable_disable = amd8111_enable,
.phase4_read_resources = pci_dev_read_resources,
.phase4_set_resources = pci_dev_set_resources,
.phase6_init = NULL,