From: Allan Stephens Date: Mon, 28 Feb 2011 21:02:30 +0000 (-0500) Subject: tipc: Eliminate unnecessary constant for neighbor discovery msg size X-Git-Tag: v2.6.39-rc1~468^2~60^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d901a42b271dbd94983b798955403dcf1afa60ac;p=pandora-kernel.git tipc: Eliminate unnecessary constant for neighbor discovery msg size Eliminates an unnecessary constant that defines the size of a LINK_CONFIG message, and uses one of the existing standard message size symbols in its place. (The defunct constant was located in the wrong place anyway, since it was grouped with other constants that define message users instead of message sizes.) Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed