kernel/include/linux/clk/clk-conf.h
.. .. @@ -1,11 +1,11 @@ 1 +/* SPDX-License-Identifier: GPL-2.0 */1 2 /* 2 3 * Copyright (C) 2014 Samsung Electronics Co., Ltd. 3 4 * Sylwester Nawrocki <s.nawrocki@samsung.com> 4 - *5 - * This program is free software; you can redistribute it and/or modify6 - * it under the terms of the GNU General Public License version 2 as7 - * published by the Free Software Foundation.8 5 */ 6 +7 +#ifndef __CLK_CONF_H8 +#define __CLK_CONF_H9 9 10 10 #include <linux/types.h> 11 11 .. .. @@ -20,3 +20,5 @@ 20 20 return 0; 21 21 } 22 22 #endif 23 +24 +#endif /* __CLK_CONF_H */