summaryrefslogtreecommitdiff
path: root/board/phaser
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-07-26 15:49:41 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-07-27 12:12:56 -0700
commit0d7abde47bfb30098f0b6060f9585d5aa24b9821 (patch)
tree0292247562edfb169e1839457bc68e8c0c9efba6 /board/phaser
parentcd68cd250118217a471e34cfbcfc18c7cf9347f3 (diff)
downloadchrome-ec-0d7abde47bfb30098f0b6060f9585d5aa24b9821.tar.gz
octopus: remove unused usb_pd_policy files
We haven't used them yet, so we are removing them. BRANCH=none BUG=b:78638238 TEST=everything still builds. Change-Id: I21aaf060073f3daa6f18a8202c0b7ba98ce9b018 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1152363 Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'board/phaser')
-rw-r--r--board/phaser/build.mk1
-rw-r--r--board/phaser/usb_pd_policy.c8
2 files changed, 0 insertions, 9 deletions
diff --git a/board/phaser/build.mk b/board/phaser/build.mk
index 7e806f4667..3d04b75731 100644
--- a/board/phaser/build.mk
+++ b/board/phaser/build.mk
@@ -13,4 +13,3 @@ BASEBOARD:=octopus
board-y=board.o led.o
board-$(CONFIG_BATTERY_SMART)+=battery.o
-board-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o
diff --git a/board/phaser/usb_pd_policy.c b/board/phaser/usb_pd_policy.c
deleted file mode 100644
index 82922f9a4d..0000000000
--- a/board/phaser/usb_pd_policy.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Copyright 2018 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "common.h"
-
-/* TODO(b/78638238): Remove file if still unused after DVT */