Commit 19e17f72 authored by Jon Mason's avatar Jon Mason Committed by Greg Kroah-Hartman

ntb_netdev: remove init/exit from probe/remove

Remove init/exit from probe/remove routines to correct warnings of
"Section mismatch".
Signed-off-by: default avatarJon Mason <jon.mason@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 50228c55
......@@ -373,7 +373,7 @@ static int ntb_netdev_probe(struct pci_dev *pdev)
return rc;
}
static void __exit ntb_netdev_remove(struct pci_dev *pdev)
static void ntb_netdev_remove(struct pci_dev *pdev)
{
struct net_device *ndev;
struct ntb_netdev *dev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment