From: Allan Stephens Date: Fri, 7 Oct 2011 13:25:12 +0000 (-0400) Subject: tipc: Eliminate duplication of media structures X-Git-Tag: v3.3-rc1~182^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a31abe8daee5dd618aecb1484dbe9bf68c5c8a4a;p=pandora-kernel.git tipc: Eliminate duplication of media structures Changes TIPC's list of registered media types from an array of media structures to an array of pointers to media structures. This eliminates the need to copy of the contents of the structure passed in during media registration. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed