aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock/rk3188-cru.h
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2015-07-05 11:00:19 +0200
committerStephen Boyd <sboyd@codeaurora.org>2015-07-06 15:09:01 -0700
commit7c8f03d5f2fae4ce625cdf93d03368825846924f (patch)
tree5224da0ebdc3d1d8c848c160126c2a761c05b9d4 /include/dt-bindings/clock/rk3188-cru.h
parentclk: rockchip: add dt-binding header for rk3368 (diff)
downloadlinux-dev-7c8f03d5f2fae4ce625cdf93d03368825846924f.tar.xz
linux-dev-7c8f03d5f2fae4ce625cdf93d03368825846924f.zip
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.h')
-rw-r--r--include/dt-bindings/clock/rk3188-cru.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk3188-cru.h b/include/dt-bindings/clock/rk3188-cru.h
index 9fac8edd3f9d..9f2e631f2651 100644
--- a/include/dt-bindings/clock/rk3188-cru.h
+++ b/include/dt-bindings/clock/rk3188-cru.h
@@ -13,6 +13,9 @@
* GNU General Public License for more details.
*/
+#ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3188_H
+#define _DT_BINDINGS_CLK_ROCKCHIP_RK3188_H
+
#include <dt-bindings/clock/rk3188-cru-common.h>
/* soft-reset indices */
@@ -49,3 +52,5 @@
#define SRST_GPU_BRIDGE 121
#define SRST_CTI3 123
#define SRST_CTI3_APB 124
+
+#endif