From: Yaakov Selkowitz Date: Wed, 26 Jun 2013 01:13:37 +0000 (-0500) Subject: tools/include: use stdint types for user-space byteshift headers X-Git-Tag: v3.11-rc1~42^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b35310627f396efcc25d71fb343b3aa02039d20d;p=pandora-kernel.git tools/include: use stdint types for user-space byteshift headers Commit a07f7672d7cf0ff0d6e548a9feb6e0bd016d9c6c added user-space copies of the byteshift headers to be used by hostprogs, changing e.g. u8 to __u8. However, in order to cross-compile the kernel from a non-Linux system, stdint.h types need to be used instead of linux/types.h types. Signed-off-by: Yaakov Selkowitz Signed-off-by: Michal Marek --- Reading git-diff-tree failed