clk: shmobile: Remove unneeded #include <linux/clkdev.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 23 Jun 2015 13:09:27 +0000 (15:09 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 28 Jul 2015 18:58:44 +0000 (11:58 -0700)
commit5a1cfafaeab5237523d43cd033e1fb42bf5c1933
tree7ed9416f54bef06e8fdd655d6f2f36a770092afb
parent14cc4e9578841a4c0025ce064133b2da53c9d1c9
clk: shmobile: Remove unneeded #include <linux/clkdev.h>

The CCF implementations for the various shmobile SoCs don't use clkdev
functionality, hence drop the inclusion of <linux/clkdev.h>.

Add the missing #include <linux/slab.h>, which was included implicitly
through <asm/clkdev.h> before.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/shmobile/clk-div6.c
drivers/clk/shmobile/clk-r8a73a4.c
drivers/clk/shmobile/clk-r8a7740.c
drivers/clk/shmobile/clk-r8a7778.c
drivers/clk/shmobile/clk-r8a7779.c
drivers/clk/shmobile/clk-rcar-gen2.c
drivers/clk/shmobile/clk-sh73a0.c