Commit | Line | Data |
---|---|---|
2874c5fd | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
a7f4df4e AS |
2 | /* |
3 | * Copyright (C) 2015 Imagination Technologies | |
4 | * Author: Alex Smith <alex.smith@imgtec.com> | |
a7f4df4e | 5 | */ |
a7f4df4e AS |
6 | #ifndef __ASM_CLOCKSOURCE_H |
7 | #define __ASM_CLOCKSOURCE_H | |
8 | ||
17e46656 | 9 | #include <asm/vdso/clocksource.h> |
a7f4df4e AS |
10 | |
11 | #endif /* __ASM_CLOCKSOURCE_H */ |