]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: Remove __exit tag from bond_netlink_fini().
authorDavid S. Miller <davem@davemloft.net>
Sat, 19 Oct 2013 23:09:18 +0000 (19:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Oct 2013 23:09:18 +0000 (19:09 -0400)
commit58eef1fd2817bbbb01c0784321b16c620f741acb
tree41f644f838e6d9bbf0bd94f83218c9631877c9e9
parent1ea8a8080c542fb31d6ea789a343c0e2cdafaf92
bonding: Remove __exit tag from bond_netlink_fini().

It can be called from the module init function, so it cannot
be in the exit section.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_netlink.c