On Tue, Jul 15, 2008 at 07:57:32PM +0300, Dmitri Vorobiev wrote: > This patch fixes the following sparse warnings: > > >>>>>>>>>>>>>>>>>> > arch/mips/mm/page.c:284:16: warning: symbol > 'build_clear_page' was not declared. Should it be static? > > arch/mips/mm/page.c:426:16: warning: symbol 'build_copy_page' > was not declared. Should it be static? > >>>>>>>>>>>>>>>>>> > > The fix is to add appropriate prototypes to the header > include/asm-mips/page.h. Same comment as for 2/3 applies. Patch applied. Thanks, Ralf