Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758963AbZAUNuy (ORCPT ); Wed, 21 Jan 2009 08:50:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753482AbZAUNum (ORCPT ); Wed, 21 Jan 2009 08:50:42 -0500 Received: from mtagate5.uk.ibm.com ([195.212.29.138]:39601 "EHLO mtagate5.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753466AbZAUNul (ORCPT ); Wed, 21 Jan 2009 08:50:41 -0500 Subject: [PATCH] sysrq: include interrupt.h instead of irq.h From: Heiko Carstens To: Stephen Rothwell , Andrew Morton , Mike Travis Cc: linux-next@vger.kernel.org, LKML , Martin Schwidefsky In-Reply-To: <20090121150249.a87aca09.sfr@canb.auug.org.au> References: <20090121150249.a87aca09.sfr@canb.auug.org.au> Content-Type: text/plain Date: Wed, 21 Jan 2009 14:49:18 +0100 Message-Id: <1232545758.31303.2.camel@osiris.boeblingen.de.ibm.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1292 Lines: 39 From: Heiko Carstens 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 drivers/char/sysrq.c should include interrupt.h instead of irq.h. Cc: Mike Travis Cc: Martin Schwidefsky Signed-off-by: Heiko Carstens --- drivers/char/sysrq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-next/drivers/char/sysrq.c =================================================================== --- linux-next.orig/drivers/char/sysrq.c +++ linux-next/drivers/char/sysrq.c @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/