diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |