diff options
Diffstat (limited to 'src')
-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 cdb3c63800..d2dcb5bdf9 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -74,7 +74,6 @@ static inline void noop_read_resources(struct device *dev) {} static inline void noop_set_resources(struct device *dev) {} struct bus { - DEVTREE_CONST struct device *dev; /* This bridge device */ DEVTREE_CONST struct device *children; /* devices behind this bridge */ DEVTREE_CONST struct bus *next; /* The next bridge on this device */ |