From: Russell King Date: Sat, 17 Sep 2011 11:50:27 +0000 (+0100) Subject: ARM: nommu: fix warning with checksyscalls.sh X-Git-Tag: v3.1-rc8~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dfa33868d9f8595717047eb058322e0999691cc;p=pandora-kernel.git ARM: nommu: fix warning with checksyscalls.sh CALL scripts/checksyscalls.sh :46:1: warning: "__IGNORE_migrate_pages" redefined In file included from :2: arch/arm/include/asm/unistd.h:482:1: warning: this is the location of the previous definition This is caused because we define __IGNORE_migrate_pages to be 1, but in the case of nommu, it's defined to be empty. Fix this by just defining the __IGNORE_ symbols to be empty. Signed-off-by: Russell King --- Reading git-diff-tree failed