> -----Original Message----- > From: linux-omap-owner@xxxxxxxxxxxxxxx > [mailto:linux-omap-owner@xxxxxxxxxxxxxxx] On Behalf Of Peter Ujfalusi > Sent: Monday, October 04, 2010 1:48 PM > To: Tony Lindgren > Cc: linux-omap@xxxxxxxxxxxxxxx; Jarkko Nikula; > linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > Subject: [PATCH v4 3/4] OMAP2: DMA: Use errata flag for > disabling buffering ... > > /* Errata handling */ > +#define DMA_ERRATA_IFRAME_BUFFERING (1 << 0) > static u16 dma_errata; > #define IS_DMA_ERRATA(id) (dma_errata & (id)) > These macros should move to header file since these macros will be used in mach-omap2/dma.c and plat-omap/dma.c with upcoming dma hwmod series. -Manjunath-- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html