OSDN Git Service

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)
commitdbc38ad0e7390162c500210f96ebf1d6a8738899
treeee2e197946447d9b64e2016838074091fcebc05f
parent13ad1948d90d139437257d73622735d0f075777e
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 <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