diff options
author | Jonathan McDowell <noodles@earth.li> | 2005-08-08 08:15:22 +0000 |
---|---|---|
committer | Jonathan McDowell <noodles@earth.li> | 2005-08-08 08:15:22 +0000 |
commit | 1950783e00ab866ea2c8d2eba7527cab7ec57747 (patch) | |
tree | 351a750d4ea703bc40d62901f618417b13e2cf4d /src/northbridge/via/vt8623/chip.h | |
parent | 885b267594480bed52adc083c9136eb3a23eb6b2 (diff) |
Fix up the VT8623 northbridge support.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2002 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via/vt8623/chip.h')
-rw-r--r-- | src/northbridge/via/vt8623/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/vt8623/chip.h b/src/northbridge/via/vt8623/chip.h index f5761650ea..6b0aa9695e 100644 --- a/src/northbridge/via/vt8623/chip.h +++ b/src/northbridge/via/vt8623/chip.h @@ -2,4 +2,4 @@ struct northbridge_via_vt8623_config { }; -extern struct chip_operations northbridge_via_vt8623_control; +extern struct chip_operations northbridge_via_vt8623_ops; |