Revision f5cd9f14e2660e610d8bb99ce723ef098b65ae9c authored by Ralf Baechle on 01 November 2007, 12:22:53 UTC, committed by Ralf Baechle on 02 November 2007, 16:13:47 UTC
arch/mips/au1000/pb1200/board_setup.c:71: warning: unused variable 'pin_func'

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent c892529
Raw File
mkversion
if [ ! -f .version ]
then
    echo 1
else
    expr 0`cat .version` + 1
fi
back to top