scsi_netlink.c (b74b953b998bcc2db91b694446f3a2619ec32de6) scsi_netlink.c (b595076a180a56d1bb170e6eceda6eb9d76f4cd3)
1/*
2 * scsi_netlink.c - SCSI Transport Netlink Interface
3 *
4 * Copyright (C) 2006 James Smart, Emulex Corporation
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 463 unchanged lines hidden (view full) ---

472 printk(KERN_ERR "%s: removal of driver failed - vendor_id 0x%llx\n",
473 __func__, (unsigned long long)vendor_id);
474 return;
475}
476EXPORT_SYMBOL_GPL(scsi_nl_remove_driver);
477
478
479/**
1/*
2 * scsi_netlink.c - SCSI Transport Netlink Interface
3 *
4 * Copyright (C) 2006 James Smart, Emulex Corporation
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or

--- 463 unchanged lines hidden (view full) ---

472 printk(KERN_ERR "%s: removal of driver failed - vendor_id 0x%llx\n",
473 __func__, (unsigned long long)vendor_id);
474 return;
475}
476EXPORT_SYMBOL_GPL(scsi_nl_remove_driver);
477
478
479/**
480 * scsi_netlink_init - Called by SCSI subsystem to intialize
480 * scsi_netlink_init - Called by SCSI subsystem to initialize
481 * the SCSI transport netlink interface
482 *
483 **/
484void
485scsi_netlink_init(void)
486{
487 int error;
488

--- 191 unchanged lines hidden ---
481 * the SCSI transport netlink interface
482 *
483 **/
484void
485scsi_netlink_init(void)
486{
487 int error;
488

--- 191 unchanged lines hidden ---