On Tue, Jun 16, 2009 at 04:43, <[email protected]> wrote: > Log Message > > bug[#5257]include register definitons if anomaly 05000467 is claimed > > Modified: trunk/drivers/usb/musb/blackfin.h (6747 => 6748) > > -#if defined(CONFIG_MUSB_DMA_POLL) > +#if defined(CONFIG_MUSB_DMA_POLL) || ANOMALY_05000467 > > #define USB_DMA_BASE USB_DMA_INTERRUPT > #define USB_DMAx_CTRL 0x04
why make the defines conditional at all ? it isnt like they make any difference to the resulting compiled code. -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
