From: David Howells Date: Tue, 2 Oct 2012 17:01:56 +0000 (+0100) Subject: UAPI: x86: Fix the test_get_len tool X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~24^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=584c5ef813c63354ed9e03b732048240c09b86af;p=pandora-kernel.git 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 Acked-by: Arnd Bergmann Acked-by: Thomas Gleixner Acked-by: Paul E. McKenney Acked-by: Dave Jones --- Reading git-diff-tree failed