OSDN Git Service

USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID)
authorStephen Warren <swarren@nvidia.com>
Wed, 18 Apr 2012 20:43:40 +0000 (14:43 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Apr 2012 21:17:33 +0000 (14:17 -0700)
commit8034761c219ce545a9f4d3b23cfda47a0027cc8c
tree3fb827512d6be76150a9ae3740562a057cdb857e
parent532f17b5d59bf0deb6f1ff9bc1fb27d5b5011c09
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 <swarren@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-tegra.c