[PATCH 2/2] MIPS: ralink: Fix missing `get_c0_perfcount_int` prototype

Vincent Legoll posted 2 patches 1 year, 6 months ago
[PATCH 2/2] MIPS: ralink: Fix missing `get_c0_perfcount_int` prototype
Posted by Vincent Legoll 1 year, 6 months ago
Fix the following warning:

  CC      arch/mips/ralink/irq-gic.o
arch/mips/ralink/irq-gic.c:15:5: warning: no previous prototype for 'get_c0_perfcount_int' [-Wmissing-prototypes]
   15 | int get_c0_perfcount_int(void)
      |     ^~~~~~~~~~~~~~~~~~~~

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
---
 arch/mips/ralink/irq-gic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/ralink/irq-gic.c b/arch/mips/ralink/irq-gic.c
index 3bab51a5fb4c..8bc566ea00e5 100644
--- a/arch/mips/ralink/irq-gic.c
+++ b/arch/mips/ralink/irq-gic.c
@@ -10,6 +10,7 @@
 #include <linux/of.h>
 #include <linux/irqchip.h>
 #include <asm/mips-cps.h>
+#include <asm/time.h>
 
 int get_c0_perfcount_int(void)
 {
-- 
2.46.0
Re: [PATCH 2/2] MIPS: ralink: Fix missing `get_c0_perfcount_int` prototype
Posted by Thomas Bogendoerfer 1 year, 5 months ago
On Mon, Aug 12, 2024 at 03:17:43PM +0200, Vincent Legoll wrote:
> Fix the following warning:
> 
>   CC      arch/mips/ralink/irq-gic.o
> arch/mips/ralink/irq-gic.c:15:5: warning: no previous prototype for 'get_c0_perfcount_int' [-Wmissing-prototypes]
>    15 | int get_c0_perfcount_int(void)
>       |     ^~~~~~~~~~~~~~~~~~~~
> 
> Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
> ---
>  arch/mips/ralink/irq-gic.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/mips/ralink/irq-gic.c b/arch/mips/ralink/irq-gic.c
> index 3bab51a5fb4c..8bc566ea00e5 100644
> --- a/arch/mips/ralink/irq-gic.c
> +++ b/arch/mips/ralink/irq-gic.c
> @@ -10,6 +10,7 @@
>  #include <linux/of.h>
>  #include <linux/irqchip.h>
>  #include <asm/mips-cps.h>
> +#include <asm/time.h>
>  
>  int get_c0_perfcount_int(void)
>  {
> -- 
> 2.46.0

applied to mips-next.

Thomas.

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