i2c: core: 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: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
Wolfram Sang 2019-06-19 19:02:45 +02:00 committed by Wolfram Sang
parent 9de93b04df
commit a8023e66e8
1 changed files with 1 additions and 0 deletions

View File

@ -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"