From 0b4664cc28ece3545b9a3e00bbfd48410bf12794 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 15 Jun 2009 12:16:54 +0900 Subject: [PATCH] --- yaml --- r: 165611 b: refs/heads/master c: 144e2ce6115c0a1ee4cb5c935360ea4e2966b0ce h: refs/heads/master i: 165609: 49e12528ef195d6d6dea14204654c185949fa6d2 165607: 79e16a9713d468294c898d900602b9bca6b59907 v: v3 --- [refs] | 2 +- trunk/include/linux/interrupt.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 21ff948191bd..7afa3b35daa5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ef79f8e191722dbc1fc33bdfc448f572266c37e9 +refs/heads/master: 144e2ce6115c0a1ee4cb5c935360ea4e2966b0ce diff --git a/trunk/include/linux/interrupt.h b/trunk/include/linux/interrupt.h index 894ed7180bff..b78cf8194957 100644 --- a/trunk/include/linux/interrupt.h +++ b/trunk/include/linux/interrupt.h @@ -84,7 +84,6 @@ typedef irqreturn_t (*irq_handler_t)(int, void *); * struct irqaction - per interrupt action descriptor * @handler: interrupt handler function * @flags: flags (see IRQF_* above) - * @mask: no comment as it is useless and about to be removed * @name: name of the device * @dev_id: cookie to identify the device * @next: pointer to the next irqaction for shared interrupts