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. :)
- Dave
--
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