Skip to content

Commit a8023e6

Browse files
Wolfram SangWolfram Sang
authored andcommitted
i2c: core: add sysfs header
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]>
1 parent 9de93b0 commit a8023e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i2c/i2c-core-of.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <linux/module.h>
2020
#include <linux/of.h>
2121
#include <linux/of_device.h>
22+
#include <linux/sysfs.h>
2223

2324
#include "i2c-core.h"
2425

0 commit comments

Comments
 (0)