1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2019 Western Digital Corporation or its affiliates.
4  *
5  * Authors:
6  *   Anup Patel <anup.patel@wdc.com>
7  */
8 
9 #ifndef __ASM_RISCV_ARCH_CLK_H
10 #define __ASM_RISCV_ARCH_CLK_H
11 
12 /* Note: This is a placeholder header for driver compilation. */
13 
14 #endif
15