summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-09-26 16:57:52 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-09-27 04:33:28 +0000
commit09de4c720d790a7243808e82264e8a1bb122a99d (patch)
tree516ff6b02718c42816bdfb68578d63e886bd9d8e /board
parent649b3e2714fd9d0fc2fccb8955e5bf787412ee6f (diff)
downloadchrome-ec-09de4c720d790a7243808e82264e8a1bb122a99d.tar.gz
Merge smart_battery_stub.h to smart_battery.h
For testing, we are now mocking things at function-level instead of file-level. No need to have separate header file for smart battery functions now. Merge them back to smart_battery.h. Just moving code. No functional change. BUG=chrome-os-partner:18343 TEST=util/make_all.sh BRANCH=None Change-Id: I4de1f73def447e75458118c1148c598794ddc091 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/170751 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/host/smart_battery.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/host/smart_battery.c b/board/host/smart_battery.c
index 0620de6e39..3465f83431 100644
--- a/board/host/smart_battery.c
+++ b/board/host/smart_battery.c
@@ -9,7 +9,6 @@
#include "common.h"
#include "console.h"
#include "smart_battery.h"
-#include "smart_battery_stub.h"
#include "test_util.h"
#include "uart.h"
#include "util.h"