diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-12-11 00:27:48 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-11 16:23:06 +0300 |
commit | 6a6939d5f588b40db32b82ebcec20ee5189c8376 (patch) | |
tree | 52fbbfc96bca1a052e05c9ac10fc010418523643 /include/linux/regulator | |
parent | 0da6736ecd10b45e535b100acd58df2db4c099d8 (diff) | |
download | linux-6a6939d5f588b40db32b82ebcec20ee5189c8376.tar.xz |
regulator: pfuze100: Convert the driver to DT-only
Since 5.10-rc1 i.MX is a devicetree-only platform, so simplify the code
by removing the unused non-DT support.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20201210212748.5849-1-festevam@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r-- | include/linux/regulator/pfuze100.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/regulator/pfuze100.h b/include/linux/regulator/pfuze100.h index d47e668d9ca8..c964fe8ab698 100644 --- a/include/linux/regulator/pfuze100.h +++ b/include/linux/regulator/pfuze100.h @@ -63,10 +63,4 @@ #define PFUZE3001_VLDO3 8 #define PFUZE3001_VLDO4 9 -struct regulator_init_data; - -struct pfuze_regulator_platform_data { - struct regulator_init_data *init_data[PFUZE100_MAX_REGULATOR]; -}; - #endif /* __LINUX_REG_PFUZE100_H */ |