diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-07-05 12:00:19 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-07-07 01:09:01 +0300 |
commit | 7c8f03d5f2fae4ce625cdf93d03368825846924f (patch) | |
tree | 5224da0ebdc3d1d8c848c160126c2a761c05b9d4 /include/dt-bindings/clock/rk3188-cru-common.h | |
parent | d8567e39e4cdc938adde55d1f844bfb8e0a7eb21 (diff) | |
download | linux-7c8f03d5f2fae4ce625cdf93d03368825846924f.tar.xz |
clk: rockchip: add missing include guards
Review for the rk3368 turned up that the clock header was missing include
guards. This is also true for the already existing clock binding headers,
so add them.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/dt-bindings/clock/rk3188-cru-common.h')
-rw-r--r-- | include/dt-bindings/clock/rk3188-cru-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3188-cru-common.h b/include/dt-bindings/clock/rk3188-cru-common.h index 6a370503c954..8df77a7c030b 100644 --- a/include/dt-bindings/clock/rk3188-cru-common.h +++ b/include/dt-bindings/clock/rk3188-cru-common.h @@ -13,6 +13,9 @@ * GNU General Public License for more details. */ +#ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3188_COMMON_H +#define _DT_BINDINGS_CLK_ROCKCHIP_RK3188_COMMON_H + /* core clocks from */ #define PLL_APLL 1 #define PLL_DPLL 2 @@ -248,3 +251,5 @@ #define SRST_PTM1_ATB 141 #define SRST_CTM 142 #define SRST_TS 143 + +#endif |