Skip to content

Commit

Permalink
mips: sni: Do not include <linux/fb.h>
Browse files Browse the repository at this point in the history
The MIPS architecture's source files do not require <linux/fb.h>.
Remove the include statement.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
  • Loading branch information
Thomas Zimmermann authored and Thomas Bogendoerfer committed Feb 21, 2025
1 parent 0856c14 commit 4c303ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/sni/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <linux/init.h>
#include <linux/export.h>
#include <linux/console.h>
#include <linux/fb.h>
#include <linux/screen_info.h>

#ifdef CONFIG_FW_ARC
Expand Down

0 comments on commit 4c303ad

Please sign in to comment.