|
@@ -664,7 +664,7 @@ static void __init h1940_map_io(void)
|
|
|
|
|
|
/* Add latch gpio chip, set latch initial value */
|
|
/* Add latch gpio chip, set latch initial value */
|
|
h1940_latch_control(0, 0);
|
|
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)
|
|
static void __init h1940_init_time(void)
|