clk: imx8mp: Include slab.h instead of clkdev.h
authorAnson Huang <Anson.Huang@nxp.com>
Tue, 18 Feb 2020 11:03:24 +0000 (19:03 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 19 Feb 2020 02:19:13 +0000 (10:19 +0800)
commit64bee9c6cd48179010149313f74f9557345fd0da
tree9f35ecee8c9f8b6dc753e410645a0edef9a059c4
parent680fbce528169eaadf621066a4925794e2addbd7
clk: imx8mp: Include slab.h instead of clkdev.h

slab.h is necessary and included indirectly by clkdev.h,
actually, there is nothing in use from clkdev.h, so just
include slab.h instead of clkdev.h.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx8mp.c