From: Yong Zhang Date: Thu, 22 Sep 2011 08:59:16 +0000 (+0800) Subject: video: irq: Remove IRQF_DISABLED X-Git-Tag: v3.2-rc1~120^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8798ccbefc0e4ef7438c080b7ba0410738c8cfa;p=pandora-kernel.git video: irq: Remove IRQF_DISABLED Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check and yell when an interrupt handler returns with interrupts enabled (see commit [b738a50a: genirq: Warn when handler enables interrupts]). So now this flag is a NOOP and can be removed. Signed-off-by: Yong Zhang Acked-by: David Brown Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed