From: David S. Miller Date: Sat, 19 Oct 2013 23:09:18 +0000 (-0400) Subject: bonding: Remove __exit tag from bond_netlink_fini(). X-Git-Tag: v3.13-rc1~105^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a729e83ad6f6de2cf11c0da4a5a7c0b3924d8335;p=pandora-kernel.git 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 --- Reading git-diff-tree failed