Skip to content

Commit

Permalink
i2c: core: add sysfs header
Browse files Browse the repository at this point in the history
We are using sysfs functions directly, so we should include the header.

Signed-off-by: Wolfram Sang <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
  • Loading branch information
Wolfram Sang authored and Wolfram Sang committed Jun 26, 2019
1 parent 9de93b0 commit a8023e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/i2c/i2c-core-of.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/sysfs.h>

#include "i2c-core.h"

Expand Down

0 comments on commit a8023e6

Please sign in to comment.