From: Linus Walleij Date: Tue, 30 Aug 2022 21:28:06 +0000 (+0200) Subject: media: si4713: Use the right include X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=74997c55aafc105dfc8ef62f3c9979cccbcd8dff;p=users%2Fjedix%2Flinux-maple.git media: si4713: Use the right include The driver includes the legacy header but uses . Cc: Dinesh Ram Cc: Eduardo Valentin Signed-off-by: Linus Walleij Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/radio/si4713/si4713.c b/drivers/media/radio/si4713/si4713.c index adbf43ff6a21..60e72c8c643b 100644 --- a/drivers/media/radio/si4713/si4713.c +++ b/drivers/media/radio/si4713/si4713.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include #include