summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/ec.c
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-11-16 22:14:53 -0700
committerMartin Roth <martinroth@google.com>2017-11-19 01:44:00 +0000
commit6c623ca5655b273269701f212fb12118029d78e2 (patch)
treea1e257183e7bcccbedfdeb9dfda56473ea82fad2 /src/mainboard/google/kahlee/ec.c
parentc94021b0ef459709ecf2f98d3e89c5c18157573e (diff)
downloadcoreboot-6c623ca5655b273269701f212fb12118029d78e2.tar.xz
mb/google/kahlee: Move ec.h into variant include directories
The mainboard directory is included through the PI makefile - most mainboard directories aren't in the include path at all. Move the ec.h file into the baseboard/variant directory that is already in the include path. BUG=b:69220826 TEST=Build Change-Id: I89d361b700c66ba576de724927574fdab9461fc6 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/22497 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/ec.c')
-rw-r--r--src/mainboard/google/kahlee/ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/ec.c b/src/mainboard/google/kahlee/ec.c
index 0d1dae2bde..3f309eb20d 100644
--- a/src/mainboard/google/kahlee/ec.c
+++ b/src/mainboard/google/kahlee/ec.c
@@ -16,9 +16,9 @@
#include <arch/acpi.h>
#include <console/console.h>
#include <ec/google/chromeec/ec.h>
-#include "ec.h"
#include <rules.h>
#include <soc/southbridge.h>
+#include <variant/ec.h>
static void ramstage_ec_init(void)
{