Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6004983 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qcom: msm-clock-controller: Move common definitions to header file"

parents a3d29111 a92d76d2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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>
+5 −0
Original line number Diff line number Diff line
@@ -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