From: Sven Eckelmann Date: Sat, 14 May 2011 21:14:50 +0000 (+0200) Subject: batman-adv: Add const type qualifier for pointers X-Git-Tag: v3.1-rc1~316^2~412^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747e4221a03cde62402b614ca1f8e961b8416130;p=pandora-kernel.git batman-adv: Add const type qualifier for pointers batman-adv uses pointers which are marked as const and should not violate that type qualifier by passing it to functions which force a cast to the non-const version. Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed