ARM: nommu: fix warning with checksyscalls.sh
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 17 Sep 2011 11:50:27 +0000 (12:50 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 17 Sep 2011 11:50:57 +0000 (12:50 +0100)
commit4dfa33868d9f8595717047eb058322e0999691cc
tree0f4efe96659fcfbdfaf96ad9a5e596447b89445f
parentf630c1bdfbf8fe423325beaf60027cfc7fd7c610
ARM: nommu: fix warning with checksyscalls.sh

  CALL    scripts/checksyscalls.sh
<stdin>:46:1: warning: "__IGNORE_migrate_pages" redefined
In file included from <stdin>: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 <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/unistd.h