From ecb5e2db5259c51af22cff4c62b2e603a9264510 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 2 Oct 2022 13:13:17 +0200 Subject: [PATCH] device/device_const.c: Clean up includes and add Signed-off-by: Elyes Haouas Change-Id: I7e84760566db5da7ff88dcbe9fb028ebcb390bdc Reviewed-on: https://review.coreboot.org/c/coreboot/+/68043 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/device/device_const.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/device/device_const.c b/src/device/device_const.c index c629f0524e..a40d0b05b9 100644 --- a/src/device/device_const.c +++ b/src/device/device_const.c @@ -4,10 +4,10 @@ #include #include #include -#include #include -#include +#include #include +#include /** Linked list of ALL devices */ DEVTREE_CONST struct device *DEVTREE_CONST all_devices = &dev_root;