diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2019-06-19 13:03:06 -0400 |
---|---|---|
committer | Peter Rosin <peda@axentia.se> | 2019-06-22 01:32:33 -0400 |
commit | cfafa80b6ed7399b8c68c009318a930c51fc3f37 (patch) | |
tree | 542dff9e2d9d0fa6e6ec7f3aa56ff68d9590997c | |
parent | d308dfbf62eff897d71968d764f21a78678ee0a5 (diff) |
i2c: mux: add sysfs header
We are using sysfs functions directly, so we should include the header.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Peter Rosin <peda@axentia.se>
-rw-r--r-- | drivers/i2c/i2c-mux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/i2c-mux.c b/drivers/i2c/i2c-mux.c index 8d5e4c6fdd8e..774507b54b57 100644 --- a/drivers/i2c/i2c-mux.c +++ b/drivers/i2c/i2c-mux.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <linux/module.h> | 26 | #include <linux/module.h> |
27 | #include <linux/of.h> | 27 | #include <linux/of.h> |
28 | #include <linux/slab.h> | 28 | #include <linux/slab.h> |
29 | #include <linux/sysfs.h> | ||
29 | 30 | ||
30 | /* multiplexer per channel data */ | 31 | /* multiplexer per channel data */ |
31 | struct i2c_mux_priv { | 32 | struct i2c_mux_priv { |