diff options
author | Wolfram Sang <wsa@kernel.org> | 2020-05-22 16:56:58 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2020-05-22 16:56:58 +0200 |
commit | 7a4e63cb0905672fd52e7316a885f19d4aeed976 (patch) | |
tree | e6cc6d80b6f1c6c9218a4ed27ef2be290a527ee3 /include/linux/i2c.h | |
parent | 3f35064a7cfef4ed8d25cdb16da0abfbbd525f63 (diff) | |
download | linux-7a4e63cb0905672fd52e7316a885f19d4aeed976.tar.gz linux-7a4e63cb0905672fd52e7316a885f19d4aeed976.tar.bz2 linux-7a4e63cb0905672fd52e7316a885f19d4aeed976.zip |
Revert "i2c: core: support bus regulator controlling in adapter"
This reverts commit 6fe12cdbcfe35ad4726a619a9546822d34fc934c. Testing in
linux-next showed it needs some more time.
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r-- | include/linux/i2c.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 7433aba207bd..49d29054e657 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -15,7 +15,6 @@ #include <linux/device.h> /* for struct device */ #include <linux/sched.h> /* for completion */ #include <linux/mutex.h> -#include <linux/regulator/consumer.h> #include <linux/rtmutex.h> #include <linux/irqdomain.h> /* for Host Notify IRQ */ #include <linux/of.h> /* for struct device_node */ @@ -716,7 +715,6 @@ struct i2c_adapter { const struct i2c_adapter_quirks *quirks; struct irq_domain *host_notify_domain; - struct regulator *bus_regulator; }; #define to_i2c_adapter(d) container_of(d, struct i2c_adapter, dev) |