On Wed, Jun 23, 2010 at 6:26 PM, FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> wrote: > I got the following errors on linux-next. They might be already > addressed (I've not subscribed to linux-mips@linux-mips), but anyway > here's a fix. > > = > From: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> > Subject: [PATCH] MIPS: Alchemy: fix deprecated compile warnings > > replace deprecated DMA_32BIT_MASK with DMA_BIT_MASK. > > cc1: warnings being treated as errors > arch/mips/alchemy/devboards/db1200/platform.c:219: error: 'DMA_nnBIT_MASK' is deprecated > arch/mips/alchemy/devboards/db1200/platform.c:226: error: 'DMA_nnBIT_MASK' is deprecated > arch/mips/alchemy/devboards/db1200/platform.c:388: error: 'DMA_nnBIT_MASK' is deprecated > arch/mips/alchemy/devboards/db1200/platform.c:393: error: 'DMA_nnBIT_MASK' is deprecated > > Signed-off-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> > --- > arch/mips/alchemy/devboards/db1200/platform.c | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) Acked-by: Manuel Lauss <manuel.lauss@xxxxxxxxxxxxxx> Thank you! Manuel Lauss