aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/clocksource.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/include/asm/clocksource.h')
-rw-r--r--arch/riscv/include/asm/clocksource.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/riscv/include/asm/clocksource.h b/arch/riscv/include/asm/clocksource.h
new file mode 100644
index 000000000000..482185566b0c
--- /dev/null
+++ b/arch/riscv/include/asm/clocksource.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_CLOCKSOURCE_H
+#define _ASM_CLOCKSOURCE_H
+
+#include <asm/vdso/clocksource.h>
+
+#endif