lkml.org 
[lkml]   [2013]   [Apr]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: linux-next: manual merge of the arm-soc tree with the omap_dss2 tree
Date
On Tuesday 09 April 2013, Stephen Rothwell wrote:
>
> - #if defined(CONFIG_SMC91X) || defined(CONFIG_SMC91x_MODULE)
> -static void __init sdp2430_display_init(void)
> -{
> - int r;
> -
> - static struct gpio gpios[] __initdata = {
> - { SDP2430_LCD_PANEL_ENABLE_GPIO, GPIOF_OUT_INIT_LOW,
> - "LCD reset" },
> - { SDP2430_LCD_PANEL_BACKLIGHT_GPIO, GPIOF_OUT_INIT_LOW,
> - "LCD Backlight" },
> - };
> -
> - r = gpio_request_array(gpios, ARRAY_SIZE(gpios));
> - if (r) {
> - pr_err("Cannot request LCD GPIOs, error %d\n", r);
> - return;
> - }
> -
> - omap_display_init(&sdp2430_dss_data);
> -}
> -
> + #if IS_ENABLED(CONFIG_SMC91X)

Looks good, thanks!

Arnd


\
 
 \ /
  Last update: 2013-04-09 12:21    [W:0.033 / U:1.532 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site