From: Paul Cercueil Date: Tue, 11 Jun 2019 18:07:53 +0000 (+0200) Subject: clk: ingenic: Add missing header in cgu.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dbc38ad0e7390162c500210f96ebf1d6a8738899;p=linux.git clk: ingenic: Add missing header in cgu.h The cgu.h has structures that contain 'clk_onecell_data' and 'clk_hw' structures (no pointers), so the header should be included. Signed-off-by: Paul Cercueil [sboyd@kernel.org: Drop removal of includes in drivers] Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/ingenic/cgu.h b/drivers/clk/ingenic/cgu.h index 8dcd83aeab84c..377eb921f5989 100644 --- a/drivers/clk/ingenic/cgu.h +++ b/drivers/clk/ingenic/cgu.h @@ -19,6 +19,7 @@ #define __DRIVERS_CLK_INGENIC_CGU_H__ #include +#include #include #include