aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2019-03-09 18:47:27 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2019-05-03 01:58:11 +1000
commit502523fd1d2ac559b41d8302dc9f826f578ec54d (patch)
tree8675684939dadd601e77277e4a5ddba901b4bb61 /arch
parentpowerpc/setup: replace ifdefs by IS_ENABLED() wherever possible. (diff)
downloadwireguard-linux-502523fd1d2ac559b41d8302dc9f826f578ec54d.tar.xz
wireguard-linux-502523fd1d2ac559b41d8302dc9f826f578ec54d.zip
powerpc/irq: drop __irq_offset_value
This patch drops__irq_offset_value which has not been used since commit 9c4cb8251513 ("powerpc: Remove use of CONFIG_PPC_MERGE") This removes a sparse warning. Fixes: 9c4cb8251513 ("powerpc: Remove use of CONFIG_PPC_MERGE") Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/kernel/irq.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c
index 8a936723c791..6672fec75e2a 100644
--- a/arch/powerpc/kernel/irq.c
+++ b/arch/powerpc/kernel/irq.c
@@ -81,10 +81,7 @@
DEFINE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
EXPORT_PER_CPU_SYMBOL(irq_stat);
-int __irq_offset_value;
-
#ifdef CONFIG_PPC32
-EXPORT_SYMBOL(__irq_offset_value);
atomic_t ppc_n_lost_interrupts;
#ifdef CONFIG_TAU_INT