change struct chip* to struct device*
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1691 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
de24e61df7
commit
812688bf3c
|
@ -311,7 +311,7 @@ static struct device_operations mainboard_operations = {
|
|||
.enable = 0,
|
||||
};
|
||||
|
||||
static void enable_dev(struct chip *chip)
|
||||
static void enable_dev(struct device *dev)
|
||||
{
|
||||
dev_root.ops = &mainboard_operations;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue