From: Stephen Warren Date: Wed, 18 Apr 2012 20:43:40 +0000 (-0600) Subject: USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID) X-Git-Tag: v3.4-rc4~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8034761c219ce545a9f4d3b23cfda47a0027cc8c;p=pandora-kernel.git USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID) This call is not needed; the IRQ controller should (and does) set up interrupts correctly. set_irq_flags() isn't exported to modules, to this also fixes compilation of ehci-tegra.c as a module. Signed-off-by: Stephen Warren Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed