summaryrefslogtreecommitdiff
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2022-09-26 08:44:19 +0300
committerLee Jones <lee@kernel.org>2022-12-07 16:28:07 +0300
commit7ca91a33775c4a33cb451f508f84a7820179c73b (patch)
tree5f116d3e8913c6ee0fb5159c0285b42c29d7d8db /include/linux/mfd
parentde5567ca320aee5c99dd7bbebefffb05cc9df9f4 (diff)
downloadlinux-7ca91a33775c4a33cb451f508f84a7820179c73b.tar.xz
mfd: palmas: Stop including of_gpio.h
It does not appear that any of palmas sub-drivers are using OF-based gpio APIs, so let's stop including this header. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20220926054421.1546436-3-dmitry.torokhov@gmail.com
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/palmas.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h
index 1e61c7e9f50d..117d02708439 100644
--- a/include/linux/mfd/palmas.h
+++ b/include/linux/mfd/palmas.h
@@ -16,7 +16,6 @@
#include <linux/regmap.h>
#include <linux/regulator/driver.h>
#include <linux/extcon-provider.h>
-#include <linux/of_gpio.h>
#include <linux/usb/phy_companion.h>
#define PALMAS_NUM_CLIENTS 3