Skip to content

Commit dae65fc

Browse files
andy-shevjic23
authored andcommitted
iio: proximity: cros_ec_mkbp_proximity: Switch to including mod_devicetable.h for struct of_device_id definition
of.h was only included for this definition, so include the correct header instead. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 89cf93b commit dae65fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iio/proximity/cros_ec_mkbp_proximity.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
*/
77

88
#include <linux/kernel.h>
9+
#include <linux/mod_devicetable.h>
910
#include <linux/module.h>
1011
#include <linux/mutex.h>
1112
#include <linux/notifier.h>
12-
#include <linux/of.h>
1313
#include <linux/platform_device.h>
1414
#include <linux/slab.h>
1515
#include <linux/types.h>

0 commit comments

Comments
 (0)