* [PATCH] m68k: Do not include <linux/fb.h>
@ 2025-01-31 14:40 Thomas Zimmermann
2025-02-01 11:46 ` Greg Ungerer
2025-02-01 12:16 ` John Paul Adrian Glaubitz
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Zimmermann @ 2025-01-31 14:40 UTC (permalink / raw)
To: gerg, geert; +Cc: linux-m68k, linux-kernel, Thomas Zimmermann
The m68k architecture's source files does not require <linux/fb.h>.
Remove the include statements.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
---
arch/m68k/kernel/setup_no.c | 1 -
arch/m68k/kernel/uboot.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/arch/m68k/kernel/setup_no.c b/arch/m68k/kernel/setup_no.c
index c926da9d5ec28..f9872098f5ca5 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 8bb1cb3a7490e..5e52ea150d5cb 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>
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] m68k: Do not include <linux/fb.h>
2025-01-31 14:40 [PATCH] m68k: Do not include <linux/fb.h> Thomas Zimmermann
@ 2025-02-01 11:46 ` Greg Ungerer
2025-02-01 12:16 ` John Paul Adrian Glaubitz
1 sibling, 0 replies; 3+ messages in thread
From: Greg Ungerer @ 2025-02-01 11:46 UTC (permalink / raw)
To: Thomas Zimmermann, geert; +Cc: linux-m68k, linux-kernel
Hi Thomas,
On 1/2/25 00:40, Thomas Zimmermann wrote:
> The m68k architecture's source files does not require <linux/fb.h>.
> Remove the include statements.
>
> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Looks good, thanks. I will apply to the m68knommu git tree, for-next branch,
after the current merge window closes.
Regards
Greg
> ---
> arch/m68k/kernel/setup_no.c | 1 -
> arch/m68k/kernel/uboot.c | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/arch/m68k/kernel/setup_no.c b/arch/m68k/kernel/setup_no.c
> index c926da9d5ec28..f9872098f5ca5 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 8bb1cb3a7490e..5e52ea150d5cb 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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] m68k: Do not include <linux/fb.h>
2025-01-31 14:40 [PATCH] m68k: Do not include <linux/fb.h> Thomas Zimmermann
2025-02-01 11:46 ` Greg Ungerer
@ 2025-02-01 12:16 ` John Paul Adrian Glaubitz
1 sibling, 0 replies; 3+ messages in thread
From: John Paul Adrian Glaubitz @ 2025-02-01 12:16 UTC (permalink / raw)
To: Thomas Zimmermann, gerg, geert; +Cc: linux-m68k, linux-kernel
Hi Thomas,
On Fri, 2025-01-31 at 15:40 +0100, Thomas Zimmermann wrote:
> The m68k architecture's source files does not require <linux/fb.h>.
Minor: Replace "does" with "do".
Adrian
> Remove the include statements.
>
> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
> ---
> arch/m68k/kernel/setup_no.c | 1 -
> arch/m68k/kernel/uboot.c | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/arch/m68k/kernel/setup_no.c b/arch/m68k/kernel/setup_no.c
> index c926da9d5ec28..f9872098f5ca5 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 8bb1cb3a7490e..5e52ea150d5cb 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>
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-01 12:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-31 14:40 [PATCH] m68k: Do not include <linux/fb.h> Thomas Zimmermann
2025-02-01 11:46 ` Greg Ungerer
2025-02-01 12:16 ` John Paul Adrian Glaubitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox