On Wed, May 12, 2010 at 05:19:37PM +0530, Ajay Kumar Gupta wrote:
> Added is_inventra_dma_enabled() funtion which would be required
> for adding workaround for Inventra DMA issues. It can also be
> used at other places instead of #ifdefs.
> 
> Signed-off-by: Ajay Kumar Gupta <ajay.gu...@ti.com>

[..]

> +#ifdef CONFIG_USB_INVENTRA_DMA
> +#define      is_inventra_dma_enabled()       1
> +#else
> +#define      is_inventra_dma_enabled()       0
> +#endif

actually I wanted to get rid of those...

-- 
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to