From 6a61d6a4ae26d02844bf8043525d89b0ef9e0351 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Wed, 20 Oct 2004 05:07:16 +0000 Subject: Tyan update to work with new CPU Config git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1693 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/device.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/device/device.h') diff --git a/src/include/device/device.h b/src/include/device/device.h index 79402e2111..54ac36389e 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -46,7 +46,6 @@ struct bus { * combination: */ -struct chip; struct device { struct bus * bus; /* bus this device is on */ device_t sibling; /* next device on this bus */ -- cgit v1.2.3