Skip to content

Commit aae7272

Browse files
andy-shevgregkh
authored andcommitted
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>
1 parent 75ff53c commit aae7272

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

drivers/staging/fbtft/fb_seps525.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
* GNU General Public License for more details.
1717
*/
1818

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>
2320
#include <linux/delay.h>
21+
#include <linux/init.h>
22+
#include <linux/module.h>
2423

2524
#include "fbtft.h"
2625

0 commit comments

Comments
 (0)