*** empty log message ***

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1731 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Yinghai Lu
2004-11-02 17:46:43 +00:00
parent 9434c1b661
commit 3974363f09
8 changed files with 8 additions and 8 deletions

View File

@@ -215,7 +215,7 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_winbond_w83627hf_ops = {
.name = "Winbond w83627hf",
// .name = "Winbond w83627hf",
.enable_dev = enable_dev,
};