tipc: Don't use structure names which easily globally conflict.
authorDavid S. Miller <davem@davemloft.net>
Wed, 3 Sep 2008 06:38:32 +0000 (23:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Sep 2008 06:38:32 +0000 (23:38 -0700)
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 <davem@davemloft.net>

No differences found