Browse Source

gpio-button-hotplug: fix 4.19 build breakage on malta/be64

While testing 4.19 build on malta/be64, I've encountered following
error:

 gpio-button-hotplug/gpio-button-hotplug.c:529:18: error: implicit
 declaration of function 'gpio_to_desc'

which is caused by the missing include fixed by this patch.

Signed-off-by: Petr Štetiar <[email protected]>
Petr Štetiar 6 years ago
parent
commit
dd6d82112a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c

+ 1 - 0
package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c

@@ -28,6 +28,7 @@
 #include <linux/of_gpio.h>
 #include <linux/of_irq.h>
 #include <linux/gpio_keys.h>
+#include <linux/gpio/consumer.h>
 
 #define BH_SKB_SIZE	2048