From: David S. Miller Date: Wed, 3 Sep 2008 06:38:32 +0000 (-0700) Subject: tipc: Don't use structure names which easily globally conflict. X-Git-Tag: v2.6.27-rc6~47^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c00055a819ce8a6e2c3af2f65d4ea1a8559c491;p=pandora-kernel.git tipc: Don't use structure names which easily globally conflict. Andrew Morton reported a build failure on sparc32, because TIPC uses names like "struct node" and there is a like named data structure defined in linux/node.h This just regexp replaces "struct node*" to "struct tipc_node*" to avoid this and any future similar problems. Signed-off-by: David S. Miller --- Reading git-diff-tree failed