Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fbtft: seps525: Don't use "proxy" headers

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

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Link: https://lore.kernel.org/r/20240423173623.2748621-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andy Shevchenko and committed by
Greg Kroah-Hartman
aae72724 75ff53c4

+3 -4
+3 -4
drivers/staging/fbtft/fb_seps525.c
··· 16 16 * GNU General Public License for more details. 17 17 */ 18 18 19 - #include <linux/module.h> 20 - #include <linux/kernel.h> 21 - #include <linux/init.h> 22 - #include <linux/gpio.h> 19 + #include <linux/bits.h> 23 20 #include <linux/delay.h> 21 + #include <linux/init.h> 22 + #include <linux/module.h> 24 23 25 24 #include "fbtft.h" 26 25