public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: exynos5420: removed undefined gpio structure
Date: Fri, 16 May 2014 15:52:58 +0900	[thread overview]
Message-ID: <5375B5CA.2070206@samsung.com> (raw)
In-Reply-To: <537348FF.8050500@samsung.com>

On 14/05/14 19:44, Jaehoon Chung wrote:
> It's removed the exynos5_gpio_part1.
> 
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  board/samsung/smdk5420/smdk5420.c |    3 ---
>  1 file changed, 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);
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      reply	other threads:[~2014-05-16  6:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-14 10:44 [U-Boot] [PATCH] ARM: exynos5420: removed undefined gpio structure Jaehoon Chung
2014-05-16  6:52 ` Minkyu Kang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5375B5CA.2070206@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox