Skip to content

Commit 1e9f7d9

Browse files
krzkandersson
authored andcommitted
clk: qcom: Add missing header includes
Include mod_devicetable.h for the 'struct of_device_id' and clk-provider.h for the 'struct clk_hw'. Reviewed-by: Taniya Das <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 691621d commit 1e9f7d9

36 files changed

+38
-0
lines changed

drivers/clk/qcom/camcc-sc7180.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include <linux/clk-provider.h>
77
#include <linux/err.h>
8+
#include <linux/mod_devicetable.h>
89
#include <linux/module.h>
910
#include <linux/platform_device.h>
1011
#include <linux/pm_clock.h>

drivers/clk/qcom/camcc-sc7280.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <linux/clk-provider.h>
88
#include <linux/err.h>
99
#include <linux/kernel.h>
10+
#include <linux/mod_devicetable.h>
1011
#include <linux/module.h>
1112
#include <linux/platform_device.h>
1213
#include <linux/regmap.h>

drivers/clk/qcom/camcc-sdm845.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#include <linux/clk-provider.h>
7+
#include <linux/mod_devicetable.h>
78
#include <linux/module.h>
89
#include <linux/platform_device.h>
910
#include <linux/regmap.h>

drivers/clk/qcom/camcc-sm6350.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
#include <linux/clk-provider.h>
8+
#include <linux/mod_devicetable.h>
89
#include <linux/module.h>
910
#include <linux/platform_device.h>
1011
#include <linux/regmap.h>

drivers/clk/qcom/camcc-sm8150.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <linux/clk-provider.h>
77
#include <linux/err.h>
88
#include <linux/kernel.h>
9+
#include <linux/mod_devicetable.h>
910
#include <linux/module.h>
1011
#include <linux/platform_device.h>
1112
#include <linux/regmap.h>

drivers/clk/qcom/camcc-sm8250.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#include <linux/clk-provider.h>
7+
#include <linux/mod_devicetable.h>
78
#include <linux/module.h>
89
#include <linux/platform_device.h>
910
#include <linux/regmap.h>

drivers/clk/qcom/dispcc-qcm2290.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
* Copyright (c) 2021, Linaro Ltd.
55
*/
66

7+
#include <linux/clk-provider.h>
78
#include <linux/err.h>
89
#include <linux/kernel.h>
10+
#include <linux/mod_devicetable.h>
911
#include <linux/module.h>
1012
#include <linux/platform_device.h>
1113
#include <linux/regmap.h>

drivers/clk/qcom/dispcc-sc7180.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#include <linux/clk-provider.h>
7+
#include <linux/mod_devicetable.h>
78
#include <linux/module.h>
89
#include <linux/platform_device.h>
910
#include <linux/regmap.h>

drivers/clk/qcom/dispcc-sc7280.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#include <linux/clk-provider.h>
7+
#include <linux/mod_devicetable.h>
78
#include <linux/module.h>
89
#include <linux/platform_device.h>
910
#include <linux/regmap.h>

drivers/clk/qcom/dispcc-sc8280xp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
#include <linux/clk-provider.h>
8+
#include <linux/mod_devicetable.h>
89
#include <linux/module.h>
910
#include <linux/platform_device.h>
1011
#include <linux/pm_clock.h>

0 commit comments

Comments
 (0)