summaryrefslogtreecommitdiff
path: root/chip/host/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/clock.c')
-rw-r--r--chip/host/clock.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/chip/host/clock.c b/chip/host/clock.c
deleted file mode 100644
index 2c3c48661e..0000000000
--- a/chip/host/clock.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Copyright 2013 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.
- *
- * Mock clock driver for unit test.
- */
-
-#include "clock.h"
-
-int clock_get_freq(void)
-{
- return 16000000;
-}