aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/amd8111
diff options
context:
space:
mode:
authorLi-Ta Lo <ollie@lanl.gov>2004-05-13 20:41:49 +0000
committerLi-Ta Lo <ollie@lanl.gov>2004-05-13 20:41:49 +0000
commit13318d9feaad6b532896c432fbd5e5b22b37f5e6 (patch)
tree9bd09a85f18fd91486f90939e13df3352121c0f5 /src/southbridge/amd/amd8111
parentb7ae8cf8a347460df70e7e7bef10611bba5be438 (diff)
code reformat, remove BY YHL comment
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1562 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/amd8111')
-rw-r--r--src/southbridge/amd/amd8111/amd8111_lpc.c1
-rw-r--r--src/southbridge/amd/amd8111/amd8111_usb2.c2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/southbridge/amd/amd8111/amd8111_lpc.c b/src/southbridge/amd/amd8111/amd8111_lpc.c
index 79c9f70fe1..b0e2cf501d 100644
--- a/src/southbridge/amd/amd8111/amd8111_lpc.c
+++ b/src/southbridge/amd/amd8111/amd8111_lpc.c
@@ -95,7 +95,6 @@ static void enable_hpet(struct device *dev)
pci_write_config32(dev,0xa0, 0xfed00001);
hpet_address=pci_read_config32(dev,0xa0)& 0xfffffffe;
printk_debug("enabling HPET @0x%x\n", hpet_address);
-
}
static void lpc_init(struct device *dev)
diff --git a/src/southbridge/amd/amd8111/amd8111_usb2.c b/src/southbridge/amd/amd8111/amd8111_usb2.c
index e6dd1e9da2..5f98b668cb 100644
--- a/src/southbridge/amd/amd8111/amd8111_usb2.c
+++ b/src/southbridge/amd/amd8111/amd8111_usb2.c
@@ -1,6 +1,4 @@
//2003 Copywright Tyan
-//BY LYH
-
#include <console/console.h>
#include <device/device.h>