From: Andy Shevchenko Date: Mon, 10 Oct 2022 20:14:19 +0000 (+0300) Subject: media: c8sectpfe: Add missed header(s) X-Git-Tag: v6.2-rc1~125^2~248^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f32a6fb444322ee688f8014b5e17daa4af09cd5;p=thirdparty%2Flinux.git media: c8sectpfe: Add missed header(s) Do not imply that some of the generic headers may be always included. Instead, include explicitly what we are direct user of. While at it, sort headers alphabetically. Signed-off-by: Andy Shevchenko Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c b/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c index cefe6b7bfdc4e..4c5027a0480d8 100644 --- a/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c +++ b/drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c @@ -24,16 +24,18 @@ #include #include #include +#include +#include #include -#include #include #include +#include #include -#include -#include "c8sectpfe-core.h" #include "c8sectpfe-common.h" +#include "c8sectpfe-core.h" #include "c8sectpfe-debugfs.h" + #include #include #include