public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: sgi-ip30: Fix missing prototypes
@ 2024-01-19 13:37 Thomas Bogendoerfer
  2024-01-19 17:54 ` Florian Fainelli
  2024-01-22 10:15 ` Thomas Bogendoerfer
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Bogendoerfer @ 2024-01-19 13:37 UTC (permalink / raw)
  To: linux-mips, linux-kernel

Include needed header files.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---
 arch/mips/sgi-ip30/ip30-console.c | 1 +
 arch/mips/sgi-ip30/ip30-setup.c   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/arch/mips/sgi-ip30/ip30-console.c b/arch/mips/sgi-ip30/ip30-console.c
index b91f8c4fdc78..7c6dcf6e73f7 100644
--- a/arch/mips/sgi-ip30/ip30-console.c
+++ b/arch/mips/sgi-ip30/ip30-console.c
@@ -3,6 +3,7 @@
 #include <linux/io.h>
 
 #include <asm/sn/ioc3.h>
+#include <asm/setup.h>
 
 static inline struct ioc3_uartregs *console_uart(void)
 {
diff --git a/arch/mips/sgi-ip30/ip30-setup.c b/arch/mips/sgi-ip30/ip30-setup.c
index 75a34684e704..e8547636a748 100644
--- a/arch/mips/sgi-ip30/ip30-setup.c
+++ b/arch/mips/sgi-ip30/ip30-setup.c
@@ -14,6 +14,7 @@
 #include <linux/percpu.h>
 #include <linux/memblock.h>
 
+#include <asm/bootinfo.h>
 #include <asm/smp-ops.h>
 #include <asm/sgialib.h>
 #include <asm/time.h>
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MIPS: sgi-ip30: Fix missing prototypes
  2024-01-19 13:37 [PATCH] MIPS: sgi-ip30: Fix missing prototypes Thomas Bogendoerfer
@ 2024-01-19 17:54 ` Florian Fainelli
  2024-01-22 10:15 ` Thomas Bogendoerfer
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2024-01-19 17:54 UTC (permalink / raw)
  To: Thomas Bogendoerfer, linux-mips, linux-kernel

On 1/19/24 05:37, Thomas Bogendoerfer wrote:
> Include needed header files.
> 
> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MIPS: sgi-ip30: Fix missing prototypes
  2024-01-19 13:37 [PATCH] MIPS: sgi-ip30: Fix missing prototypes Thomas Bogendoerfer
  2024-01-19 17:54 ` Florian Fainelli
@ 2024-01-22 10:15 ` Thomas Bogendoerfer
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Bogendoerfer @ 2024-01-22 10:15 UTC (permalink / raw)
  To: linux-mips, linux-kernel

On Fri, Jan 19, 2024 at 02:37:57PM +0100, Thomas Bogendoerfer wrote:
> Include needed header files.
> 
> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> ---
>  arch/mips/sgi-ip30/ip30-console.c | 1 +
>  arch/mips/sgi-ip30/ip30-setup.c   | 1 +
>  2 files changed, 2 insertions(+)

applied to mips-fixes

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-22 10:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-19 13:37 [PATCH] MIPS: sgi-ip30: Fix missing prototypes Thomas Bogendoerfer
2024-01-19 17:54 ` Florian Fainelli
2024-01-22 10:15 ` Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox