change struct chip* to struct device*
authorLi-Ta Lo <ollie@lanl.gov>
Tue, 19 Oct 2004 17:49:32 +0000 (17:49 +0000)
committerLi-Ta Lo <ollie@lanl.gov>
Tue, 19 Oct 2004 17:49:32 +0000 (17:49 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1691 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/arima/hdama/mainboard.c

index 78b871564092b10972f650e5dbb52ddd2fcb637d..71b4a336fddd571a9f5c12346f1eca9f0ee2e350 100644 (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;
 }