From: Peter Zijlstra Date: Sat, 23 May 2009 16:28:58 +0000 (+0200) Subject: perf_counter: Fix userspace build X-Git-Tag: v2.6.31-rc1~383^2~241 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a482f38c5aafeb3576079a38a5b21b46619f3d2;p=pandora-kernel.git perf_counter: Fix userspace build recent userspace (F11) seems to already include the linux/unistd.h bits which means we cannot include the version in the kernel sources due to the header guards being the same. Ensure we include the kernel version first. Signed-off-by: Peter Zijlstra Cc: Paul Mackerras Cc: Corey Ashford Cc: Arnaldo Carvalho de Melo Cc: John Kacur LKML-Reference: <20090523163012.739756497@chello.nl> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed