]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: ingenic: Add missing header in cgu.h
authorPaul Cercueil <paul@crapouillou.net>
Tue, 11 Jun 2019 18:07:53 +0000 (20:07 +0200)
committerStephen Boyd <sboyd@kernel.org>
Tue, 25 Jun 2019 22:41:48 +0000 (15:41 -0700)
The cgu.h has structures that contain 'clk_onecell_data' and 'clk_hw'
structures (no pointers), so the <linux/clk-provider.h> header should be
included.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
[sboyd@kernel.org: Drop removal of includes in drivers]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/ingenic/cgu.h

index 8dcd83aeab84cdcbed60d7d3a3c4e796191524d9..377eb921f598904e330557e31bf705ac2dcf766b 100644 (file)
@@ -19,6 +19,7 @@
 #define __DRIVERS_CLK_INGENIC_CGU_H__
 
 #include <linux/bitops.h>
+#include <linux/clk-provider.h>
 #include <linux/of.h>
 #include <linux/spinlock.h>