Skip to content

Commit

Permalink
media: i2c: imx219: Drop <linux/clk-provider.h> and <linux/clkdev.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Mauro Carvalho Chehab committed May 25, 2020
1 parent 866edc8 commit cd25993
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/i2c/imx219.c
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit cd25993

Please sign in to comment.