summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/exynos
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2014-01-29 17:03:58 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2014-02-05 15:37:56 +0900
commit1501cc94162ded8712c6e854969809ff5a0ab595 (patch)
tree80e16b67625950789de0ece16dc9fc3c8495e718 /arch/arm/cpu/armv7/exynos
parent790991b0e1391c91662bda56f98fd280015f9628 (diff)
downloadblackbird-obmc-uboot-1501cc94162ded8712c6e854969809ff5a0ab595.tar.gz
blackbird-obmc-uboot-1501cc94162ded8712c6e854969809ff5a0ab595.zip
exynos: pinmux: remove unnecessary define
The value of PERIPH_ID_COUNT was wrong, and unnecessary. Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/cpu/armv7/exynos')
-rw-r--r--arch/arm/cpu/armv7/exynos/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/exynos/clock.c b/arch/arm/cpu/armv7/exynos/clock.c
index 5bde9d180b..6807ff3c37 100644
--- a/arch/arm/cpu/armv7/exynos/clock.c
+++ b/arch/arm/cpu/armv7/exynos/clock.c
@@ -26,7 +26,7 @@ struct clk_bit_info {
};
/* src_bit div_bit prediv_bit */
-static struct clk_bit_info clk_bit_info[PERIPH_ID_COUNT] = {
+static struct clk_bit_info clk_bit_info[] = {
{0, 0, -1},
{4, 4, -1},
{8, 8, -1},
OpenPOWER on IntegriCloud