From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID) Date: Wed, 18 Apr 2012 14:01:50 -0700 Message-ID: <20120418210150.GA31756@kroah.com> References: <1334781820-27105-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1334781820-27105-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: Alan Stern , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Warren List-Id: linux-tegra@vger.kernel.org On Wed, Apr 18, 2012 at 02:43:40PM -0600, Stephen Warren wrote: > From: Stephen Warren > > 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. So this is needed for the 3.4-final release, right? greg k-h