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:
Li-Ta Lo 2004-10-19 17:49:32 +00:00
parent de24e61df7
commit 812688bf3c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}