From: FUJITA Tomonori Date: Wed, 23 Jun 2010 16:26:09 +0000 (+0900) Subject: MIPS: Alchemy: fix deprecated compile warnings X-Git-Tag: v2.6.36-rc1~563^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c8f83864878e1ec95c0bd8273405ab415eb0a4;p=pandora-kernel.git MIPS: Alchemy: fix deprecated compile warnings Replace deprecated DMA_32BIT_MASK with DMA_BIT_MASK. This is needed because the new style platform makefiles will enable -Werror. 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 To: linux-mips@linux-mips.org Acked-by: Manuel Lauss Patchwork: https://patchwork.linux-mips.org/patch/1427/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed