diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-01-31 17:40:11 +0300 |
---|---|---|
committer | Greg Ungerer <gerg@kernel.org> | 2025-03-17 02:27:59 +0300 |
commit | 3d222ebf741be71cffed2e34cb437f0f751a7ca6 (patch) | |
tree | 0bb62533dee132294db09e62c30607861bec9404 | |
parent | 4701f33a10702d5fc577c32434eb62adde0a1ae1 (diff) | |
download | linux-3d222ebf741be71cffed2e34cb437f0f751a7ca6.tar.xz |
m68k: Do not include <linux/fb.h>
The m68k architecture's source files do not require <linux/fb.h>.
Remove the include statements.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
-rw-r--r-- | arch/m68k/kernel/setup_no.c | 1 | ||||
-rw-r--r-- | arch/m68k/kernel/uboot.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/kernel/setup_no.c b/arch/m68k/kernel/setup_no.c index c926da9d5ec2..f9872098f5ca 100644 --- a/arch/m68k/kernel/setup_no.c +++ b/arch/m68k/kernel/setup_no.c @@ -21,7 +21,6 @@ #include <linux/sched.h> #include <linux/delay.h> #include <linux/interrupt.h> -#include <linux/fb.h> #include <linux/module.h> #include <linux/mm.h> #include <linux/console.h> diff --git a/arch/m68k/kernel/uboot.c b/arch/m68k/kernel/uboot.c index 8bb1cb3a7490..5e52ea150d5c 100644 --- a/arch/m68k/kernel/uboot.c +++ b/arch/m68k/kernel/uboot.c @@ -10,7 +10,6 @@ #include <linux/sched.h> #include <linux/delay.h> #include <linux/interrupt.h> -#include <linux/fb.h> #include <linux/module.h> #include <linux/mm.h> #include <linux/console.h> |