ntb: remove __dev* markings
These are now gone from the kernel, so remove them from the newly-added drivers before they start to cause build errors for people. Cc: Jon Mason <jon.mason@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -323,7 +323,7 @@ static const struct ntb_queue_handlers ntb_netdev_handlers = {
|
||||
.event_handler = ntb_netdev_event_handler,
|
||||
};
|
||||
|
||||
static int __devinit ntb_netdev_probe(struct pci_dev *pdev)
|
||||
static int ntb_netdev_probe(struct pci_dev *pdev)
|
||||
{
|
||||
struct net_device *ndev;
|
||||
struct ntb_netdev *dev;
|
||||
|
Reference in New Issue
Block a user