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 -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
