From: Holger Eitzenberger Date: Wed, 10 Dec 2008 07:10:17 +0000 (-0800) Subject: bonding: make tbl argument to bond_parse_parm() const X-Git-Tag: v2.6.29-rc1~581^2~264 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=325dcf7a907a43f8832b92ae1c672798b4e60ce2;p=pandora-kernel.git bonding: make tbl argument to bond_parse_parm() const bond_parse_parm() parses a parameter table for a particular value and is therefore not modifying the table at all. Therefore make the 2nd argument const, thus allowing to make the tables const later. Signed-off-by: Holger Eitzenberger Signed-off-by: David S. Miller --- Reading git-diff-tree failed