]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/checksyscalls.sh
hwmon: (abituguru3) enable DMI probing feature on AW9D-MAX
[linux-2.6-omap-h63xx.git] / scripts / checksyscalls.sh
index 0dcc01ce45a608f576365b5a341a2edc43c23a67..41564b142c0451f8512905ee5534bec1910544b3 100755 (executable)
@@ -119,5 +119,5 @@ sed -n -e '/^\#define/ { s/[^_]*__NR_\([^[:space:]]*\).*/\
 \#endif/p }' $1
 }
 
-(ignore_list && syscall_list ${srctree}/include/asm-i386/unistd.h) | \
+(ignore_list && syscall_list ${srctree}/arch/x86/include/asm/unistd_32.h) | \
 $* -E -x c - > /dev/null