summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/include/mach/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-rockchip/include/mach/timer.h')
-rw-r--r--arch/arm/mach-rockchip/include/mach/timer.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/mach-rockchip/include/mach/timer.h b/arch/arm/mach-rockchip/include/mach/timer.h
deleted file mode 100644
index e6ed0e4e3e..0000000000
--- a/arch/arm/mach-rockchip/include/mach/timer.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * (C) Copyright 2015 Rockchip Electronics Co., Ltd
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef _ASM_ARCH_TIMER_H
-#define _ASM_ARCH_TIMER_H
-
-struct rk_timer {
- unsigned int timer_load_count0;
- unsigned int timer_load_count1;
- unsigned int timer_curr_value0;
- unsigned int timer_curr_value1;
- unsigned int timer_ctrl_reg;
- unsigned int timer_int_status;
-};
-
-#endif