From: Hans-Christian Egtvedt Date: Thu, 9 Dec 2010 08:02:06 +0000 (+0100) Subject: avr32: make architecture sys_clone prototype match asm-generic prototype X-Git-Tag: v2.6.38-rc1~226^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=992a88b62ca327f10d82dbad71a8c061d4229888;p=pandora-kernel.git avr32: make architecture sys_clone prototype match asm-generic prototype This patch will fix the arguments to the architecture sys_clone() function to match the asm-generic/syscalls.h prototype. In the same go remove the architecture specific prototype for the same function. The sys_clone() function is only called from assembly, hence the argument types were not having any affect. Signed-off-by: Hans-Christian Egtvedt --- Reading git-diff-tree failed