Skip to content

Commit 383c67c

Browse files
bebarinoWolfram Sang
authored and
Wolfram Sang
committed
i2c: qcom-geni: Drop of_platform.h include
This driver doesn't call any DT platform functions like of_platform_*(). Remove the include as it isn't used. Reviewed-by: Douglas Anderson <[email protected]> Reviewed-by: Brendan Higgins <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Reviewed-by: Amit Kucheria <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 3b7d81f commit 383c67c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/i2c/busses/i2c-qcom-geni.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <linux/io.h>
1111
#include <linux/module.h>
1212
#include <linux/of.h>
13-
#include <linux/of_platform.h>
1413
#include <linux/platform_device.h>
1514
#include <linux/pm_runtime.h>
1615
#include <linux/qcom-geni-se.h>

0 commit comments

Comments
 (0)