summaryrefslogtreecommitdiffstats
path: root/drivers/clk/meson/clkc.h
diff options
context:
space:
mode:
authorMarco Felsch <m.felsch@pengutronix.de>2018-12-03 11:15:28 +0100
committerMarco Felsch <m.felsch@pengutronix.de>2018-12-19 08:42:50 +0100
commita9d3e8832dfd73afa9d7cb492abb188f83740061 (patch)
tree4ece40b3596211cef0d6d4a59ee7bfb60f7430b2 /drivers/clk/meson/clkc.h
parent651022382c7f8da46cb4872a545ee1da6d097d2a (diff)
downloadlinux-0-day-mfe/clk-regmap.tar.gz
linux-0-day-mfe/clk-regmap.tar.xz
clk: regmap: support the clk-regmap wrapper for all devicesmfe/clk-regmap
The meson clk-regmap wrapper api has no dependencies to any architecture code, so we can make it public. This allows regmap devices to use the common clk framework as well. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Diffstat (limited to 'drivers/clk/meson/clkc.h')
-rw-r--r--drivers/clk/meson/clkc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/meson/clkc.h b/drivers/clk/meson/clkc.h
index 6b96d55c047d6..92fb237dccce9 100644
--- a/drivers/clk/meson/clkc.h
+++ b/drivers/clk/meson/clkc.h
@@ -8,7 +8,7 @@
#define __CLKC_H
#include <linux/clk-provider.h>
-#include "clk-regmap.h"
+#include <linux/clk-regmap.h>
#define PMASK(width) GENMASK(width - 1, 0)
#define SETPMASK(width, shift) GENMASK(shift + width - 1, shift)