aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-09-27 17:45:49 +0200
committerThomas Gleixner <tglx@linutronix.de>2010-10-12 16:39:06 +0200
commitd895f51ebb54cefe367bda135fcf2cd734d51d03 (patch)
treebb70160ad291a7280ff8e8a2aba07d407f7f07dc /kernel
parentisdn: hisax: Replace the bogus access to irq stats (diff)
downloadlinux-dev-d895f51ebb54cefe367bda135fcf2cd734d51d03.tar.xz
linux-dev-d895f51ebb54cefe367bda135fcf2cd734d51d03.zip
genirq: Remove export of kstat_irqs_cpu
The statistics accessor is only used by proc/stats and show_interrupts(). Both are compiled in. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/irq/irqdesc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/irq/irqdesc.c b/kernel/irq/irqdesc.c
index 0a7a0908afbc..78ff426a6cb7 100644
--- a/kernel/irq/irqdesc.c
+++ b/kernel/irq/irqdesc.c
@@ -257,4 +257,3 @@ unsigned int kstat_irqs_cpu(unsigned int irq, int cpu)
struct irq_desc *desc = irq_to_desc(irq);
return desc ? desc->kstat_irqs[cpu] : 0;
}
-EXPORT_SYMBOL(kstat_irqs_cpu);