From 3ec5e1db7b70ab7ed0afc02d656c30f454b3bffd Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 15 Sep 2012 17:00:16 +0200 Subject: [PATCH] --- yaml --- r: 334337 b: refs/heads/master c: 3efd5a0db50157cb55cef9ea77ce1d470df61a80 h: refs/heads/master i: 334335: 5a9100354ca3efbcedce883e4211e6ed14ba6df1 v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/asm-offsets.c | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/[refs] b/[refs] index 493cf7f4bfbb..8a8086ca3fcd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 851d4f5d387d1db856f01d9e7167014187a48fb4 +refs/heads/master: 3efd5a0db50157cb55cef9ea77ce1d470df61a80 diff --git a/trunk/arch/mips/kernel/asm-offsets.c b/trunk/arch/mips/kernel/asm-offsets.c index 6b30fb2caa67..0c4bce4882a6 100644 --- a/trunk/arch/mips/kernel/asm-offsets.c +++ b/trunk/arch/mips/kernel/asm-offsets.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include @@ -292,15 +291,6 @@ void output_signal_defined(void) BLANK(); } -void output_irq_cpustat_t_defines(void) -{ - COMMENT("Linux irq_cpustat_t offsets."); - DEFINE(IC_SOFTIRQ_PENDING, - offsetof(irq_cpustat_t, __softirq_pending)); - DEFINE(IC_IRQ_CPUSTAT_T, sizeof(irq_cpustat_t)); - BLANK(); -} - #ifdef CONFIG_CPU_CAVIUM_OCTEON void output_octeon_cop2_state_defines(void) {