Patch "ARM: omap1: fix building gpio15xx" has been added to the 6.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ARM: omap1: fix building gpio15xx

to the 6.1-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-omap1-fix-building-gpio15xx.patch
and it can be found in the queue-6.1 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit fc98eac7422e4929caa8c7268e206d5e3e17b12c
Author: Arnd Bergmann <arnd@xxxxxxxx>
Date:   Tue Dec 13 22:06:49 2022 +0100

    ARM: omap1: fix building gpio15xx
    
    [ Upstream commit 9d46ce57f4d1c626bb48170226ea5e35deb5877c ]
    
    In some randconfig builds, the asm/irq.h header is not included
    in gpio15xx.c, so add an explicit include to avoid a build fialure:
    
    In file included from arch/arm/mach-omap1/gpio15xx.c:15:
    arch/arm/mach-omap1/irqs.h:99:34: error: 'NR_IRQS_LEGACY' undeclared here (not in a function)
       99 | #define IH2_BASE                (NR_IRQS_LEGACY + 32)
          |                                  ^~~~~~~~~~~~~~
    arch/arm/mach-omap1/irqs.h:105:38: note: in expansion of macro 'IH2_BASE'
      105 | #define INT_MPUIO               (5 + IH2_BASE)
          |                                      ^~~~~~~~
    arch/arm/mach-omap1/gpio15xx.c:28:27: note: in expansion of macro 'INT_MPUIO'
       28 |                 .start  = INT_MPUIO,
          |                           ^~~~~~~~~
    
    Acked-by: Aaro Koskinen <aaro.koskinen@xxxxxx>
    Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/mach-omap1/gpio15xx.c b/arch/arm/mach-omap1/gpio15xx.c
index c675f11de99d..61fa26efd865 100644
--- a/arch/arm/mach-omap1/gpio15xx.c
+++ b/arch/arm/mach-omap1/gpio15xx.c
@@ -11,6 +11,7 @@
 #include <linux/gpio.h>
 #include <linux/platform_data/gpio-omap.h>
 #include <linux/soc/ti/omap1-soc.h>
+#include <asm/irq.h>
 
 #include "irqs.h"
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux