Staging: batman-adv: convert vis_interval into define
authorSimon Wunderlich <siwu@hrz.tu-chemnitz.de>
Sun, 6 Jun 2010 19:28:20 +0000 (21:28 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 19 Jun 2010 00:01:19 +0000 (17:01 -0700)
vis_interval does not neccesarily needs to be a variable, as there is
no way to change it anyway (and probably no need to). We can therefore
remove yet another global variable.

Thanks Marek for pointing this out.

Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
[sven.eckelmann@gmx.de: Rework on top of current version]
Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found