diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-05-06 14:03:04 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-05-25 15:43:36 +0200 |
commit | cd25993988491f97a42b3db490fdb2599c67edc8 (patch) | |
tree | 3a68a0c645718fe2beb6ab6d2873b35465fc7ee6 /drivers/media | |
parent | 866edc895171f1256aad3e81dce193447955c202 (diff) | |
download | linux-stable-cd25993988491f97a42b3db490fdb2599c67edc8.tar.gz linux-stable-cd25993988491f97a42b3db490fdb2599c67edc8.tar.bz2 linux-stable-cd25993988491f97a42b3db490fdb2599c67edc8.zip |
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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/i2c/imx219.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/i2c/imx219.c b/drivers/media/i2c/imx219.c index adf35f9ff6a1..f64c0ef7a897 100644 --- a/drivers/media/i2c/imx219.c +++ b/drivers/media/i2c/imx219.c @@ -15,8 +15,6 @@ */ #include <linux/clk.h> -#include <linux/clk-provider.h> -#include <linux/clkdev.h> #include <linux/delay.h> #include <linux/gpio/consumer.h> #include <linux/i2c.h> |