From 0827a0b4f1e598943302346f2fb70f9a3ff1f747 Mon Sep 17 00:00:00 2001 From: Sergey Ryazanov Date: Wed, 7 Jun 2017 01:49:36 +0300 Subject: ath25: 4.9: fix GPIO compile issues Consider renaming the dev field to parent in the upstream. Signed-off-by: Sergey Ryazanov --- target/linux/ath25/patches-4.9/107-ar5312_gpio.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath25/patches-4.9/107-ar5312_gpio.patch') diff --git a/target/linux/ath25/patches-4.9/107-ar5312_gpio.patch b/target/linux/ath25/patches-4.9/107-ar5312_gpio.patch index f4426b52c5..ac729ee48e 100644 --- a/target/linux/ath25/patches-4.9/107-ar5312_gpio.patch +++ b/target/linux/ath25/patches-4.9/107-ar5312_gpio.patch @@ -177,7 +177,7 @@ + if (IS_ERR(ar5312_mem)) + return PTR_ERR(ar5312_mem); + -+ ar5312_gpio_chip.dev = dev; ++ ar5312_gpio_chip.parent = dev; + ret = gpiochip_add(&ar5312_gpio_chip); + if (ret) { + dev_err(dev, "failed to add gpiochip\n"); -- cgit v1.2.3