summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/cpu.h')
-rw-r--r--zephyr/shim/include/cpu.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/zephyr/shim/include/cpu.h b/zephyr/shim/include/cpu.h
deleted file mode 100644
index 617f644fa9..0000000000
--- a/zephyr/shim/include/cpu.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Copyright 2021 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.
- */
-
-#ifndef __CROS_EC_CPU_H
-#define __CROS_EC_CPU_H
-
-/* Do nothing for Zephyr */
-static inline void cpu_init(void)
-{
-}
-
-#endif /* __CROS_EC_CPU_H */