hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/include/linux/clk/clk-conf.h
....@@ -1,11 +1,11 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Copyright (C) 2014 Samsung Electronics Co., Ltd.
34 * Sylwester Nawrocki <s.nawrocki@samsung.com>
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License version 2 as
7
- * published by the Free Software Foundation.
85 */
6
+
7
+#ifndef __CLK_CONF_H
8
+#define __CLK_CONF_H
99
1010 #include <linux/types.h>
1111
....@@ -20,3 +20,5 @@
2020 return 0;
2121 }
2222 #endif
23
+
24
+#endif /* __CLK_CONF_H */