> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Peter Ujfalusi > Sent: Monday, October 04, 2010 1:48 PM > To: Tony Lindgren > Cc: [email protected]; Jarkko Nikula; > [email protected] > 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
