Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / scsi / fcoe / fcoe_transport.c
index 62341c6..46b0bf2 100644 (file)
@@ -745,8 +745,7 @@ static int libfcoe_device_notification(struct notifier_block *notifier,
        return NOTIFY_OK;
 }
 
-ssize_t fcoe_ctlr_create_store(struct bus_type *bus,
-                              const char *buf, size_t count)
+ssize_t fcoe_ctlr_create_store(const char *buf, size_t count)
 {
        struct net_device *netdev = NULL;
        struct fcoe_transport *ft = NULL;
@@ -808,8 +807,7 @@ out_nodev:
        return count;
 }
 
-ssize_t fcoe_ctlr_destroy_store(struct bus_type *bus,
-                               const char *buf, size_t count)
+ssize_t fcoe_ctlr_destroy_store(const char *buf, size_t count)
 {
        int rc = -ENODEV;
        struct net_device *netdev = NULL;