On Wed, Jun 23, 2010 at 06:31:18PM +0200, Manuel Lauss wrote:
> > 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@lab.ntt.co.jp>
> > ---
> > arch/mips/alchemy/devboards/db1200/platform.c | 8 ++++----
> > 1 files changed, 4 insertions(+), 4 deletions(-)
>
> Acked-by: Manuel Lauss <manuel.lauss@googlemail.com>
Thanks, Fujita-San. Patch applied.
This one became necessary due to the migration to the new MIPS platform
makefiles which also enable -Werror for all platforms and
arch/mips/alchemy/devboards/db1200/ was previously one of the few
subdirs still getting built without -Werror.
Ralf
|