diff options
author | Shawn Guo <shawnguo@kernel.org> | 2016-04-12 04:22:49 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-12 04:31:08 +0300 |
commit | 69c542e8022ca53c5fee664548163809eb1777c3 (patch) | |
tree | c11b7e82d527a1ec8bf529a229dd2913fa88e75d /include/dt-bindings/clock/vf610-clock.h | |
parent | afd7350a9ac08da87eb9f38a432a05eca99c10f2 (diff) | |
download | linux-69c542e8022ca53c5fee664548163809eb1777c3.tar.xz |
clk: imx: vf610: fix whitespace in vf610-clock.h
There is whitespace in VF610_CLK_OCOTP line. Fix it.
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/vf610-clock.h')
-rw-r--r-- | include/dt-bindings/clock/vf610-clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/vf610-clock.h b/include/dt-bindings/clock/vf610-clock.h index dc5e1790d8cb..45997750c8a0 100644 --- a/include/dt-bindings/clock/vf610-clock.h +++ b/include/dt-bindings/clock/vf610-clock.h @@ -194,7 +194,7 @@ #define VF610_PLL7_BYPASS 181 #define VF610_CLK_SNVS 182 #define VF610_CLK_DAP 183 -#define VF610_CLK_OCOTP 184 +#define VF610_CLK_OCOTP 184 #define VF610_CLK_DDRMC 185 #define VF610_CLK_WKPU 186 #define VF610_CLK_TCON0 187 |