summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-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/include/asm/arch-exynos
parent790991b0e1391c91662bda56f98fd280015f9628 (diff)
downloadu-boot-imx-1501cc94162ded8712c6e854969809ff5a0ab595.zip
u-boot-imx-1501cc94162ded8712c6e854969809ff5a0ab595.tar.gz
u-boot-imx-1501cc94162ded8712c6e854969809ff5a0ab595.tar.bz2
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/include/asm/arch-exynos')
-rw-r--r--arch/arm/include/asm/arch-exynos/periph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-exynos/periph.h b/arch/arm/include/asm/arch-exynos/periph.h
index 6d77d80..5c1c3d4 100644
--- a/arch/arm/include/asm/arch-exynos/periph.h
+++ b/arch/arm/include/asm/arch-exynos/periph.h
@@ -55,7 +55,6 @@ enum periph_id {
PERIPH_ID_PWM4,
PERIPH_ID_I2C10 = 203,
- PERIPH_ID_COUNT,
PERIPH_ID_NONE = -1,
};