From: Sven Eckelmann Date: Sat, 4 Feb 2012 16:34:52 +0000 (+0100) Subject: batman-adv: Replace bitarray operations with bitmap X-Git-Tag: v3.5-rc1~109^2~522 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0079d2cef1514422668c7beedd61bfde5aa2c146;p=pandora-kernel.git batman-adv: Replace bitarray operations with bitmap bitarray.c consists mostly of functionality that is already available as part of the standard kernel API. batman-adv could use architecture optimized code and reduce the binary size by switching to the standard functions. Signed-off-by: Sven Eckelmann Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed