lkml.org 
[lkml]   [2021]   [Jan]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[tip: irq/urgent] genirq: Export irq_check_status_bit()
    The following commit has been merged into the irq/urgent branch of tip:

    Commit-ID: ce09ccc50208c04a1b03abfd530b5d6314258fd0
    Gitweb: https://git.kernel.org/tip/ce09ccc50208c04a1b03abfd530b5d6314258fd0
    Author: Thomas Gleixner <tglx@linutronix.de>
    AuthorDate: Wed, 13 Jan 2021 15:43:18 +01:00
    Committer: Thomas Gleixner <tglx@linutronix.de>
    CommitterDate: Wed, 13 Jan 2021 15:48:05 +01:00

    genirq: Export irq_check_status_bit()

    One of the users can be built modular:

    ERROR: modpost: "irq_check_status_bit" [drivers/perf/arm_spe_pmu.ko] undefined!

    Fixes: fdd029630434 ("genirq: Move status flag checks to core")
    Reported-by: Guenter Roeck <linux@roeck-us.net>
    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Link: https://lore.kernel.org/r/20201227192049.GA195845@roeck-us.net
    ---
    kernel/irq/manage.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
    index ab8567f..dec3f73 100644
    --- a/kernel/irq/manage.c
    +++ b/kernel/irq/manage.c
    @@ -2859,3 +2859,4 @@ bool irq_check_status_bit(unsigned int irq, unsigned int bitmask)
    rcu_read_unlock();
    return res;
    }
    +EXPORT_SYMBOL_GPL(irq_check_status_bit);
    \
     
     \ /
      Last update: 2021-01-13 15:57    [W:2.545 / U:0.636 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site