OSDN Git Service

media: i2c: imx219: Drop <linux/clk-provider.h> and <linux/clkdev.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 6 May 2020 12:03:04 +0000 (14:03 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 25 May 2020 13:43:36 +0000 (15:43 +0200)
commitcd25993988491f97a42b3db490fdb2599c67edc8
tree3a68a0c645718fe2beb6ab6d2873b35465fc7ee6
parent866edc895171f1256aad3e81dce193447955c202
media: i2c: imx219: Drop <linux/clk-provider.h> and <linux/clkdev.h>

The IMX219 camera driver is not a clock provider, but merely a clock
consumer, and thus does not need to include <linux/clk-provider.h> and
<linux/clkdev.h>.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/imx219.c