commit | a729e83ad6f6de2cf11c0da4a5a7c0b3924d8335 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Oct 19 19:09:18 2013 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 19 19:09:18 2013 -0400 |
tree | 41f644f838e6d9bbf0bd94f83218c9631877c9e9 | |
parent | 97e592bd29cdadfb544f7850ad873b87d277b1ab [diff] |
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>