aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/chili/mainboard.c
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2020-11-24 19:27:47 +0000
committerMichael Niewöhner <foss@mniewoehner.de>2020-11-30 23:08:31 +0000
commite8774933d39fab2cb4eb443f69a583d1fa5bd238 (patch)
tree41a1889d13854ce777dd71bfd50258b7dc7738da /src/mainboard/siemens/chili/mainboard.c
parent48b80c134a1c5c3574e73104d6bfd13481568a70 (diff)
mb/siemens/chili: Introduce include folder for header files
Use include folder for header files allowing proper includes. Change-Id: I80066fb925b918d040062397e633c5d499a50dbe Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47973 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens/chili/mainboard.c')
-rw-r--r--src/mainboard/siemens/chili/mainboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/siemens/chili/mainboard.c b/src/mainboard/siemens/chili/mainboard.c
index 91395eac07..c1d1a1d941 100644
--- a/src/mainboard/siemens/chili/mainboard.c
+++ b/src/mainboard/siemens/chili/mainboard.c
@@ -1,8 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <device/device.h>
-
-#include "ec.h"
+#include <mainboard/ec.h>
static void mainboard_dev_init(struct device *dev)
{