summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-02-02 18:36:41 +0100
committerFelix Singer <felixsinger@posteo.net>2022-07-17 18:42:05 +0000
commit8765c09a630e4df6d01ae460149921b03fe4f73b (patch)
tree16add1daf3611f0255aa35a328d5f518cb5e1478 /src
parentf39e29624adfe867f211499db5174560c3b0d487 (diff)
downloadcoreboot-8765c09a630e4df6d01ae460149921b03fe4f73b.tar.gz
coreboot-8765c09a630e4df6d01ae460149921b03fe4f73b.tar.bz2
coreboot-8765c09a630e4df6d01ae460149921b03fe4f73b.zip
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>
Diffstat (limited to 'src')
-rw-r--r--src/include/device/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h
index cdb3c63800cc..d2dcb5bdf9ae 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 */