code reformat, remove BY YHL comment

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1562 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo 2004-05-13 20:41:49 +00:00
parent b7ae8cf8a3
commit 13318d9fea
2 changed files with 0 additions and 3 deletions

View File

@ -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)

View File

@ -1,6 +1,4 @@
//2003 Copywright Tyan
//BY LYH
#include <console/console.h>
#include <device/device.h>