From: Yong Zhang Date: Sat, 22 Oct 2011 09:56:49 +0000 (+0800) Subject: pcmcia: irq: Remove IRQF_DISABLED X-Git-Tag: v3.4-rc1~38^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d571c79e86fa7704265b9127403a78ccd3c01729;p=pandora-kernel.git pcmcia: 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: Wolfram Sang Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed