summaryrefslogtreecommitdiff
path: root/chip/nrf51/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/nrf51/clock.c')
-rw-r--r--chip/nrf51/clock.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/chip/nrf51/clock.c b/chip/nrf51/clock.c
deleted file mode 100644
index fe56140175..0000000000
--- a/chip/nrf51/clock.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Copyright 2014 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.
- */
-
-/* Clocks and power management settings */
-
-void clock_init(void)
-{
-}
-
-int clock_get_freq(void)
-{
- /* constant 16 MHz clock */
- return 16000000;
-}