diff --git a/[refs] b/[refs] index 266fd25f3fc7..4dc9f50bb98d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d69a892268c66c13fcb445a8274baa9d7befb7b5 +refs/heads/master: efbc52f945696702a97a78b12812093f61880c2c diff --git a/trunk/lib/irq_regs.c b/trunk/lib/irq_regs.c index 101b1a4f9b14..753880a5440c 100644 --- a/trunk/lib/irq_regs.c +++ b/trunk/lib/irq_regs.c @@ -8,8 +8,10 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ +#include #include #ifndef ARCH_HAS_OWN_IRQ_REGS DEFINE_PER_CPU(struct pt_regs *, __irq_regs); +EXPORT_PER_CPU_SYMBOL(__irq_regs); #endif