*** empty log message ***
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1707 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
79cf1be9e4
commit
e99433157b
|
@ -4,7 +4,6 @@
|
|||
struct southbridge_intel_i82801er_config
|
||||
{
|
||||
};
|
||||
struct chip_operations;
|
||||
extern struct chip_operations southbridge_intel_i82801er_ops;
|
||||
|
||||
#endif /* I82801ER_CHIP_H */
|
||||
|
|
|
@ -50,7 +50,7 @@ void i82801er_enable(device_t dev)
|
|||
|
||||
}
|
||||
|
||||
struct chip_operations southbridge_intel_i82801er_control = {
|
||||
struct chip_operations southbridge_intel_i82801er_ops = {
|
||||
.name = "Intel 82801er Southbridge",
|
||||
.enable_dev = i82801er_enable,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue