diff options
author | Scott Duplichan <scott@notabs.org> | 2011-05-15 22:10:15 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2011-05-15 22:10:15 +0000 |
commit | 8c462637212735b1850c22f7cd51e0c947f28564 (patch) | |
tree | 183c6d48a07e954973e79b7e5e85e58a48bfa02c /src/northbridge | |
parent | 5d878ad3123b82630cc4992f4fae448d0403be24 (diff) | |
download | coreboot-8c462637212735b1850c22f7cd51e0c947f28564.tar.xz |
Cosmetic cleanup.
Signed-off-by: Scott Duplichan <scott@notabs.org>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6594 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/amd/agesa_wrapper/family14/northbridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/agesa_wrapper/family14/northbridge.c b/src/northbridge/amd/agesa_wrapper/family14/northbridge.c index 50748eb904..af7d1302d6 100644 --- a/src/northbridge/amd/agesa_wrapper/family14/northbridge.c +++ b/src/northbridge/amd/agesa_wrapper/family14/northbridge.c @@ -849,7 +849,7 @@ static struct device_operations cpu_bus_ops = { .set_resources = cpu_bus_set_resources, .enable_resources = NULL, .init = cpu_bus_init, - .scan_bus = 0, + .scan_bus = NULL, }; |