mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 17:31:37 -04:00
ARM: s3c24xx: switch to gpiochip_add_data()
We're planning to remove the gpiochip_add() function to swith to gpiochip_add_data() with NULL for data argument. Cc: arm@kernel.org Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
@@ -664,7 +664,7 @@ static void __init h1940_map_io(void)
|
||||
|
||||
/* Add latch gpio chip, set latch initial value */
|
||||
h1940_latch_control(0, 0);
|
||||
WARN_ON(gpiochip_add(&h1940_latch_gpiochip));
|
||||
WARN_ON(gpiochip_add_data(&h1940_latch_gpiochip, NULL));
|
||||
}
|
||||
|
||||
static void __init h1940_init_time(void)
|
||||
|
||||
Reference in New Issue
Block a user