On Wed, 29 Oct 2008 10:49:49 -0700
"ext David Brownell" <[EMAIL PROTECTED]> wrote:

> Looks OK to me, but I think there's a missing patch:
> 
> On Wednesday 29 October 2008, Jarkko Nikula wrote:
> > +static inline int omap_request_gpio(int gpio)
> > +{
> > +       return gpio_request(gpio, "FIXME");
> > +}
> > +
> > +static inline void omap_free_gpio(int gpio)
> > +{
> > +       gpio_free(gpio);
> > +}
> > +
> 
> At the end of this patch series, delete these.  :)
> 
Probably these should exist over one release cycle so that out-kernel
tree projects have time to convert their drivers? No big deal to me,
but wanted to be kind :-)


Jarkko
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to