[NETLINK]: fib_frontend build fixes
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 11 Oct 2007 04:32:39 +0000 (21:32 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 11 Oct 2007 04:32:39 +0000 (21:32 -0700)
1) fibnl needs to be declared outside of config ifdefs,
   and also should not be explicitly initialized to NULL
2) nl_fib_input() args are wrong for netlink_kernel_create()
   input method

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found