]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: exynos5420: removed undefined gpio structure
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 14 May 2014 10:44:15 +0000 (19:44 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 16 May 2014 05:59:45 +0000 (14:59 +0900)
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>
board/samsung/smdk5420/smdk5420.c

index 920752295354d01c26708ccebe89a18e2f25ff9e..183c52248a331ba23352a47b96a9f8fe21bbbb33 100644 (file)
@@ -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);