Loading drivers/clk/qcom/msm-clock-controller.c +0 −4 Original line number Diff line number Diff line Loading @@ -12,10 +12,6 @@ */ #define pr_fmt(fmt) "msmclock: %s: " fmt, __func__ #define dt_err(np, fmt, ...) \ pr_err("%s: " fmt, np->name, ##__VA_ARGS__) #define dt_prop_err(np, str, fmt, ...) \ dt_err(np, "%s: " fmt, str, ##__VA_ARGS__) #include <linux/kernel.h> #include <linux/module.h> Loading include/soc/qcom/msm-clock-controller.h +5 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ #include <linux/of.h> #include <linux/platform_device.h> #define dt_err(np, fmt, ...) \ pr_err("%s: " fmt, np->name, ##__VA_ARGS__) #define dt_prop_err(np, str, fmt, ...) \ dt_err(np, "%s: " fmt, str, ##__VA_ARGS__) /** * struct msmclk_parser * @compatible Loading Loading
drivers/clk/qcom/msm-clock-controller.c +0 −4 Original line number Diff line number Diff line Loading @@ -12,10 +12,6 @@ */ #define pr_fmt(fmt) "msmclock: %s: " fmt, __func__ #define dt_err(np, fmt, ...) \ pr_err("%s: " fmt, np->name, ##__VA_ARGS__) #define dt_prop_err(np, str, fmt, ...) \ dt_err(np, "%s: " fmt, str, ##__VA_ARGS__) #include <linux/kernel.h> #include <linux/module.h> Loading
include/soc/qcom/msm-clock-controller.h +5 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ #include <linux/of.h> #include <linux/platform_device.h> #define dt_err(np, fmt, ...) \ pr_err("%s: " fmt, np->name, ##__VA_ARGS__) #define dt_prop_err(np, str, fmt, ...) \ dt_err(np, "%s: " fmt, str, ##__VA_ARGS__) /** * struct msmclk_parser * @compatible Loading