From: David S. Miller Date: Wed, 31 Oct 2007 04:44:00 +0000 (-0700) Subject: [TIPC]: Fix headercheck wrt. tipc_config.h X-Git-Tag: v2.6.24-rc2~69^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97ef1bb0c8e371b7988287f38bd107c4aa14d78d;p=pandora-kernel.git [TIPC]: Fix headercheck wrt. tipc_config.h It wants string functions like memcpy() for inline routines, and these define userland interfaces. The only clean way to deal with this is to simply put linux/string.h into unifdef-y and have it include when not-__KERNEL__. Signed-off-by: David S. Miller --- Reading git-diff-tree failed