diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2004-11-02 17:46:43 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2004-11-02 17:46:43 +0000 |
commit | 3974363f091180699bc518c6e4e72637b7ab5a96 (patch) | |
tree | d42573076bd9c69689b12a73b5b1b2fff7316bd1 /src/superio/winbond/w83627hf/superio.c | |
parent | 9434c1b661506e9f0b77896c87c36b39b9137da9 (diff) |
*** empty log message ***
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1731 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/winbond/w83627hf/superio.c')
-rw-r--r-- | src/superio/winbond/w83627hf/superio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627hf/superio.c b/src/superio/winbond/w83627hf/superio.c index 8e42becefa..9bb615bf6f 100644 --- a/src/superio/winbond/w83627hf/superio.c +++ b/src/superio/winbond/w83627hf/superio.c @@ -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, }; |