diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-08-05 02:17:29 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-22 15:36:57 +0300 |
commit | 7d6b5e4f2445728b9eca71f3fc21fd453d6b36b7 (patch) | |
tree | c15cec4c77fadff4947dcab2669b6d3324a78352 /drivers/clk/imx/clk-pllv1.c | |
parent | e0d0d4d86c766335066d7c241fbe42fbd67d4198 (diff) | |
download | linux-7d6b5e4f2445728b9eca71f3fc21fd453d6b36b7.tar.xz |
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-pllv1.c')
-rw-r--r-- | drivers/clk/imx/clk-pllv1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/imx/clk-pllv1.c b/drivers/clk/imx/clk-pllv1.c index de4f8a41a7d0..36ffb0525735 100644 --- a/drivers/clk/imx/clk-pllv1.c +++ b/drivers/clk/imx/clk-pllv1.c @@ -1,4 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 +#include <linux/bits.h> #include <linux/clk-provider.h> #include <linux/io.h> #include <linux/slab.h> |