From c7e983c149df82ec315a77c9b69c7bf343420fd2 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 24 Sep 2009 09:34:37 -0600 Subject: [PATCH] --- yaml --- r: 165610 b: refs/heads/master c: ef79f8e191722dbc1fc33bdfc448f572266c37e9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/interrupt.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ad3c14f74066..21ff948191bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1d1afc1957a441fc75a27517b17437d8af3b3b93 +refs/heads/master: ef79f8e191722dbc1fc33bdfc448f572266c37e9 diff --git a/trunk/include/linux/interrupt.h b/trunk/include/linux/interrupt.h index 8e9e151f811e..894ed7180bff 100644 --- a/trunk/include/linux/interrupt.h +++ b/trunk/include/linux/interrupt.h @@ -97,7 +97,6 @@ typedef irqreturn_t (*irq_handler_t)(int, void *); struct irqaction { irq_handler_t handler; unsigned long flags; - cpumask_t mask; const char *name; void *dev_id; struct irqaction *next;