summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/clk/clk-ld20.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-01-15 05:59:08 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-01-17 16:22:30 (GMT)
commitb61664e230b30084f2fae5063123fd40bd17d0f7 (patch)
tree5b81b81b27440157b71d2d4a485910cb4ea4997b /arch/arm/mach-uniphier/clk/clk-ld20.c
parente94842fa2cdab3883de8630794fd948daff53766 (diff)
downloadu-boot-fsl-qoriq-b61664e230b30084f2fae5063123fd40bd17d0f7.tar.xz
ARM: uniphier: refactor board_init()
The code here is cluttered due to the switch statement. Introduce a table of callbacks to clean up the initialization code across SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/clk/clk-ld20.c')
-rw-r--r--arch/arm/mach-uniphier/clk/clk-ld20.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-uniphier/clk/clk-ld20.c b/arch/arm/mach-uniphier/clk/clk-ld20.c
deleted file mode 100644
index 556a30a..0000000
--- a/arch/arm/mach-uniphier/clk/clk-ld20.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (C) 2016 Masahiro Yamada <yamada.masahiro@socionext.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#include <linux/io.h>
-
-#include "../init.h"
-#include "../sc64-regs.h"
-
-void uniphier_ld20_clk_init(void)
-{
-}