mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
clk: exynos: Add header guard for clk-pll.h
The clk-pll.h is going to be included in multiple files soon. Add
missing header guard to prevent possible build errors in future.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Fixes: 166097e877
("clk: exynos: add clock driver for Exynos7420 Soc")
Reviewed-by: Sean Anderson <seanga2@gmail.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
2227f4c0af
commit
f655090901
1 changed files with 5 additions and 0 deletions
|
@ -5,4 +5,9 @@
|
|||
* Thomas Abraham <thomas.ab@samsung.com>
|
||||
*/
|
||||
|
||||
#ifndef __EXYNOS_CLK_PLL_H
|
||||
#define __EXYNOS_CLK_PLL_H
|
||||
|
||||
unsigned long pll145x_get_rate(unsigned int *con1, unsigned long fin_freq);
|
||||
|
||||
#endif /* __EXYNOS_CLK_PLL_H */
|
||||
|
|
Loading…
Reference in a new issue