tipc: Cosmetic consolidation of internal message type definitions
authorAllan Stephens <allan.stephens@windriver.com>
Fri, 8 Apr 2011 15:04:15 +0000 (11:04 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 May 2011 20:03:45 +0000 (16:03 -0400)
Half of the #define entries in msg.h were down at the bottom
of the header, instead of up at the top before any of the static
inlines etc.   Relocate them up to the top, to be consistent with
the other normal linux header file layout conventions.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

No differences found