[PATCH v2 03/14] clk: at91: make use of syscon/regmap internally

Yang, Wenyou wenyou.yang at atmel.com
Wed Oct 28 18:52:27 PDT 2015



On 2015/10/12 22:28, Alexandre Belloni wrote:
> diff --git a/drivers/clk/at91/clk-h32mx.c b/drivers/clk/at91/clk-h32mx.c
> index 61566bcefa53..a0fe54a96031 100644
> --- a/drivers/clk/at91/clk-h32mx.c
> +++ b/drivers/clk/at91/clk-h32mx.c
> @@ -24,6 +24,9 @@
>   #include <linux/irq.h>
>   #include <linux/sched.h>
>   #include <linux/wait.h>
> +#include <linux/regmap.h>
> +#include <linux/mfd/syscon.h>
> +#include <linux/regmap.h>
Repeated  #include <linux/regmap.h> .


Best Regards,
Wenyou Yang



More information about the linux-arm-kernel mailing list