Staging: batman-adv: Add include guards to all header files
authorSven Eckelmann <sven.eckelmann@gmx.de>
Fri, 25 Jun 2010 22:28:24 +0000 (00:28 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Jul 2010 19:17:32 +0000 (12:17 -0700)
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 <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found