From 27b0a9c2a67d483a9d4a941882b779a199ff281e Mon Sep 17 00:00:00 2001 From: Christophe JAILLET Date: Sat, 12 Nov 2022 20:51:06 +0000 Subject: [PATCH] media: i2c: aptina-pll: Remove a useless include is not needed for this driver. Remove the corresponding #include. Signed-off-by: Christophe JAILLET Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- drivers/media/i2c/aptina-pll.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/i2c/aptina-pll.c b/drivers/media/i2c/aptina-pll.c index 1423c04a1c90..b1f89bbf9d47 100644 --- a/drivers/media/i2c/aptina-pll.c +++ b/drivers/media/i2c/aptina-pll.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include "aptina-pll.h" -- 2.11.0