summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2019-02-07 15:01:21 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-02-13 14:42:47 -0800
commit1bbeef12f7d1f4b8f56648202cfe467b53cfc6b4 (patch)
tree270141cb4cc5830abb3e3ff0017271bea05afc97
parentfcd8f0b1fcad570079a55e754f6bc015e791b536 (diff)
downloadchrome-ec-1bbeef12f7d1f4b8f56648202cfe467b53cfc6b4.tar.gz
driver: anx7447: remove ec_version dependency
Prevent anx7447 to be recompiled all the time. BUG=none BRANCH=none TEST=anx7447 is not recompiled all the time. Change-Id: I3d3299c84bc0d60a594f21fe5f937e21fc51af27 Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1459820 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
-rw-r--r--driver/tcpm/anx7447.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/tcpm/anx7447.c b/driver/tcpm/anx7447.c
index de19f008eb..3eac7732af 100644
--- a/driver/tcpm/anx7447.c
+++ b/driver/tcpm/anx7447.c
@@ -7,7 +7,6 @@
#include "anx7447.h"
#include "console.h"
-#include "ec_version.h"
#include "hooks.h"
#include "tcpci.h"
#include "tcpm.h"