From: Sven Eckelmann Date: Fri, 25 Jun 2010 22:28:24 +0000 (+0200) Subject: Staging: batman-adv: Add include guards to all header files X-Git-Tag: v2.6.36-rc1~520^2~1^2~300 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c2072003074f3e7fdc1bfb07f4362215b49937;p=pandora-kernel.git Staging: batman-adv: Add include guards to all header files We include different header files indirectly to the same source file. This creates weird compiler errors from time to time. Include guards should prefend that functions/variables/... gets redefined by itself. Signed-off-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed