From: Andy Shevchenko Date: Fri, 27 Jun 2025 10:34:15 +0000 (+0300) Subject: firmware: sysfb: Don't use "proxy" headers X-Git-Tag: v6.17-rc1~110^2~11^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=017a6f7e7e25017eef9c30946cb0e7c803cb3f35;p=thirdparty%2Fkernel%2Flinux.git firmware: sysfb: Don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Note that kernel.h is discouraged to be included as it's written at the top of that file. Reviewed-by: Javier Martinez Canillas Reviewed-by: Thomas Zimmermann Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20250627103454.702606-1-andriy.shevchenko@linux.intel.com Signed-off-by: Javier Martinez Canillas --- diff --git a/include/linux/sysfb.h b/include/linux/sysfb.h index 07cbab516942c..b449665c686a0 100644 --- a/include/linux/sysfb.h +++ b/include/linux/sysfb.h @@ -7,9 +7,13 @@ * Copyright (c) 2012-2013 David Herrmann */ -#include +#include +#include + #include +struct device; +struct platform_device; struct screen_info; enum {