include/device/device.h: Remove unneeded blank line after '{'
Change-Id: I3e439a293c6b4a806cae7c6a56d28e61f7e57044 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61555 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
f39e29624a
commit
8765c09a63
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue