mirror of
https://github.com/torvalds/linux.git
synced 2026-03-14 02:06:15 +01:00
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>
This commit is contained in:
parent
d308dfbf62
commit
cfafa80b6e
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#include <linux/module.h>
|
||||
#include <linux/of.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/sysfs.h>
|
||||
|
||||
/* multiplexer per channel data */
|
||||
struct i2c_mux_priv {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue