diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-09-26 07:44:19 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-12-07 14:28:07 +0100 |
commit | 7ca91a33775c4a33cb451f508f84a7820179c73b (patch) | |
tree | 5f116d3e8913c6ee0fb5159c0285b42c29d7d8db /include | |
parent | mfd: madera: Include correct gpio API (diff) | |
download | linux-7ca91a33775c4a33cb451f508f84a7820179c73b.tar.xz linux-7ca91a33775c4a33cb451f508f84a7820179c73b.zip |
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')
-rw-r--r-- | include/linux/mfd/palmas.h | 1 |
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 |