diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2014-05-14 19:44:15 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-05-16 14:59:45 +0900 |
commit | 73e3bea9662a1433cec0627127700709d3f3aad2 (patch) | |
tree | 0175fcb71b5a5ef35abf454723927b4fb6ffebb1 /board/samsung/smdk5420 | |
parent | 9b8c9a3c093afbde1577bd8270904c4d36969ff9 (diff) | |
download | u-boot-imx-73e3bea9662a1433cec0627127700709d3f3aad2.zip u-boot-imx-73e3bea9662a1433cec0627127700709d3f3aad2.tar.gz u-boot-imx-73e3bea9662a1433cec0627127700709d3f3aad2.tar.bz2 |
ARM: exynos5420: removed undefined gpio structure
It's removed the exynos5_gpio_part1.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/smdk5420')
-rw-r--r-- | board/samsung/smdk5420/smdk5420.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/samsung/smdk5420/smdk5420.c b/board/samsung/smdk5420/smdk5420.c index 9207522..183c522 100644 --- a/board/samsung/smdk5420/smdk5420.c +++ b/board/samsung/smdk5420/smdk5420.c @@ -42,9 +42,6 @@ int exynos_init(void) #ifdef CONFIG_LCD void cfg_lcd_gpio(void) { - struct exynos5_gpio_part1 *gpio1 = - (struct exynos5_gpio_part1 *)samsung_get_base_gpio_part1(); - /* For Backlight */ gpio_cfg_pin(EXYNOS5420_GPIO_B20, S5P_GPIO_OUTPUT); gpio_set_value(EXYNOS5420_GPIO_B20, 1); |