From: Heiko Carstens Date: Mon, 26 Jan 2009 14:45:10 +0000 (-0800) Subject: sysrq: include interrupt.h instead of irq.h X-Git-Tag: v2.6.30-rc1~3^2~6^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ee2ad84d36760c8e36a6a6729998dc7a4eacf38;p=pandora-kernel.git sysrq: include interrupt.h instead of irq.h Impact: fix compile error on s390. With "cpumask: update irq_desc to use cpumask_var_t" in linux-next we get this compile bug on s390: CC drivers/char/sysrq.o In file included from drivers/char/sysrq.c:38: include/linux/irq.h: In function 'init_alloc_desc_masks': include/linux/irq.h:442: error: dereferencing pointer to incomplete type Cc: Martin Schwidefsky Signed-off-by: Heiko Carstens Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed