UAPI: x86: Fix the test_get_len tool
authorDavid Howells <[email protected]>
Tue, 2 Oct 2012 17:01:56 +0000 (18:01 +0100)
committerDavid Howells <[email protected]>
Tue, 2 Oct 2012 17:01:56 +0000 (18:01 +0100)
commit584c5ef813c63354ed9e03b732048240c09b86af
tree0b5a5bdef87d73f08ae22137ae58b246e153dc4a
parent4413e16d9d21673bb5048a2e542f1aaa00015c2e
UAPI: x86: Fix the test_get_len tool

Fix the x86 test_get_len tool to have the right include paths in the right
order (it includes a non-exported kernel header directly), otherwise errors
like the following occur:

/data/fs/linux-2.6-hdr/include/linux/types.h:18:26: error: conflicting types for 'fd_set'
/usr/include/sys/select.h:78:5: note: previous declaration of 'fd_set' was here

and

/data/fs/linux-2.6-hdr/include/linux/string.h:42:12: error: expected identifier or '(' before '__extension__'

Signed-off-by: David Howells <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Acked-by: Paul E. McKenney <[email protected]>
Acked-by: Dave Jones <[email protected]>
arch/x86/tools/Makefile