Commit d7aef6ef authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Stephen Boyd
Browse files

clk: add include guard to clk-conf.h

parent 226fd702
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@
 * Sylwester Nawrocki <s.nawrocki@samsung.com>
 */

#ifndef __CLK_CONF_H
#define __CLK_CONF_H

#include <linux/types.h>

struct device_node;
@@ -17,3 +20,5 @@ static inline int of_clk_set_defaults(struct device_node *node,
	return 0;
}
#endif

#endif /* __CLK_CONF_H */