[IPV4]: Compact some ifdefs in the fib code.
authorPavel Emelyanov <xemul@openvz.org>
Wed, 7 Nov 2007 07:34:04 +0000 (23:34 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 7 Nov 2007 12:11:41 +0000 (04:11 -0800)
There are places that check for CONFIG_IP_MULTIPLE_TABLES
twice in the same file, but the internals of these #ifdefs
can be merged.

As a side effect - remove one ifdef from inside a function.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found