Skip to content

Commit cd25993

Browse files
geertumchehab
authored andcommitted
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 <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 866edc8 commit cd25993

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/media/i2c/imx219.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
*/
1616

1717
#include <linux/clk.h>
18-
#include <linux/clk-provider.h>
19-
#include <linux/clkdev.h>
2018
#include <linux/delay.h>
2119
#include <linux/gpio/consumer.h>
2220
#include <linux/i2c.h>

0 commit comments

Comments
 (0)