HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/61555 )
Change subject: include/device/device.h: Rmove unneeded blank line after '{' ......................................................................
include/device/device.h: Rmove unneeded blank line after '{'
Change-Id: I3e439a293c6b4a806cae7c6a56d28e61f7e57044 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/device/device.h 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/61555/1
diff --git a/src/include/device/device.h b/src/include/device/device.h index 237d836..719d5db 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -74,7 +74,6 @@ 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 */