summaryrefslogtreecommitdiff
path: root/drivers/clk/imx/clk-pll14xx.c
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2020-08-05 07:17:29 +0800
committerShawn Guo <shawnguo@kernel.org>2020-08-22 20:36:57 +0800
commit7d6b5e4f2445728b9eca71f3fc21fd453d6b36b7 (patch)
treec15cec4c77fadff4947dcab2669b6d3324a78352 /drivers/clk/imx/clk-pll14xx.c
parente0d0d4d86c766335066d7c241fbe42fbd67d4198 (diff)
clk: imx: Explicitly include bits.h
It is better to explicitly include the required header file rather then get it through some recursive include. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/clk/imx/clk-pll14xx.c')
-rw-r--r--drivers/clk/imx/clk-pll14xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/imx/clk-pll14xx.c b/drivers/clk/imx/clk-pll14xx.c
index f5c3e7e44e6b..aba36e4217d2 100644
--- a/drivers/clk/imx/clk-pll14xx.c
+++ b/drivers/clk/imx/clk-pll14xx.c
@@ -3,7 +3,7 @@
* Copyright 2017-2018 NXP.
*/
-#include <linux/bitops.h>
+#include <linux/bits.h>
#include <linux/clk-provider.h>
#include <linux/err.h>
#include <linux/export.h>