On Tue, Apr 5, 2016 at 1:48 PM, Laxman Dewangan wrote:
> Use devm_mfd_add_devices() for mfd devices registration and get
> rid of .remove callback to remove mfd devices. This is done
> by managed device framework.
>
> Signed-off-by: Laxman Dewangan
> CC: Linus Walleij
Acked-by: Linus Walleij
Use devm_mfd_add_devices() for mfd devices registration and get
rid of .remove callback to remove mfd devices. This is done
by managed device framework.
Signed-off-by: Laxman Dewangan
CC: Linus Walleij
---
drivers/mfd/stw481x.c | 9 +
1 file changed, 1 insertion(+), 8 deletions(-)
diff