From: Magnus Damm Date: Fri, 6 May 2011 11:02:37 +0000 (+0000) Subject: mmc: sdhi: no need for special interrupt flags X-Git-Tag: v3.0-rc1~148^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab5006471855e0864e0d83a5b39c811c525ed83;p=pandora-kernel.git mmc: sdhi: no need for special interrupt flags Modify the SDHI driver to get rid of unwanted irq flags. IRQF_DISABLED unused, see include/linux/interrupt.h IRQF_TRIGGER_FALLING only relevant on external IRQ pins, but since SDHI is internal in the SoC this can go away. Needed to support SDHI on sh73a0 that comes with a GIC that errors out with the IRQF_TRIGGER_FALLING setting. Signed-off-by: Magnus Damm Signed-off-by: Guennadi Liakhovetski Signed-off-by: Chris Ball --- Reading git-diff-tree failed