Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH v1 1/1] fbtft: seps525: Don't use "proxy" headers
@ 2024-04-23 17:36 Andy Shevchenko
  2024-04-27  0:33 ` Hennerich, Michael
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2024-04-23 17:36 UTC (permalink / raw)
  To: Andy Shevchenko, linux-fbdev, dri-devel, linux-staging,
	linux-kernel
  Cc: Michael Hennerich, Greg Kroah-Hartman, Helge Deller

Update header inclusions to follow IWYU (Include What You Use)
principle.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/staging/fbtft/fb_seps525.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/fbtft/fb_seps525.c b/drivers/staging/fbtft/fb_seps525.c
index 05882e2cde7f..46c257308b49 100644
--- a/drivers/staging/fbtft/fb_seps525.c
+++ b/drivers/staging/fbtft/fb_seps525.c
@@ -16,11 +16,10 @@
  * GNU General Public License for more details.
  */
 
-#include <linux/module.h>
-#include <linux/kernel.h>
-#include <linux/init.h>
-#include <linux/gpio.h>
+#include <linux/bits.h>
 #include <linux/delay.h>
+#include <linux/init.h>
+#include <linux/module.h>
 
 #include "fbtft.h"
 
-- 
2.43.0.rc1.1336.g36b5255a03ac


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-27  0:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-23 17:36 [PATCH v1 1/1] fbtft: seps525: Don't use "proxy" headers Andy Shevchenko
2024-04-27  0:33 ` Hennerich, Michael

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox