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

Commit 9c8496c9 authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: eud: Add extcon-provider and of.h header file



Extcon header file was slit into provider and consumer apis
by this commit <176aa360> (extcon: Split out extcon
header file for consumer and provider device). Add the provider
header file in eud driver. Also add of.h header to enable
compilation of driver.

Change-Id: Ica105c3af2ff39d9a738826e94198947a4120208
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent 19b397a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,8 +8,10 @@
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/err.h>
#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/extcon.h>
#include <linux/extcon-provider.h>
#include <linux/delay.h>
#include <linux/sysfs.h>
#include <linux/io.h>