Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 158f1e95 authored by Randy Dunlap's avatar Randy Dunlap Committed by Grant Likely
Browse files

gpio: include linux/gpio.h where needed



Some files use GPIOF_ macros but don't include the header file
for them.  These macros are being moved to <linux/gpio.h>, so add
includes for <linux/gpio.h> where needed.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 55b220ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/gpio.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/apm-emulation.h>
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
 *
 */

#include <linux/gpio.h>
#include <linux/module.h>
#include <linux/platform_device.h>