diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-02-26 05:16:57 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-11 08:17:02 +0100 |
commit | 62d1c1df85832d75acacb1e5cab2b1e7b80d3c1e (patch) | |
tree | 8ee0766d3013f21b14528f17784c2b95db41bf9c /arch/arm/mach-imx/gpc.c | |
parent | ARM: imx: Add missing of_node_put() (diff) | |
download | linux-62d1c1df85832d75acacb1e5cab2b1e7b80d3c1e.tar.xz linux-62d1c1df85832d75acacb1e5cab2b1e7b80d3c1e.zip |
ARM: imx: Remove unnecessary blank lines
Remove unnecessary blank lines for cleanup.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/gpc.c')
-rw-r--r-- | arch/arm/mach-imx/gpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/gpc.c b/arch/arm/mach-imx/gpc.c index fb3cba87940d..ebc4339b8be4 100644 --- a/arch/arm/mach-imx/gpc.c +++ b/arch/arm/mach-imx/gpc.c @@ -111,7 +111,6 @@ void imx_gpc_mask_all(void) gpc_saved_imrs[i] = readl_relaxed(reg_imr1 + i * 4); writel_relaxed(~0, reg_imr1 + i * 4); } - } void imx_gpc_restore_all(void) |