diff options
Diffstat (limited to 'drivers/scsi/fcoe/fcoe.c')
-rw-r--r-- | drivers/scsi/fcoe/fcoe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c index 03e1926f40b5..d08121f246c3 100644 --- a/drivers/scsi/fcoe/fcoe.c +++ b/drivers/scsi/fcoe/fcoe.c | |||
@@ -1350,13 +1350,13 @@ out: | |||
1350 | /** | 1350 | /** |
1351 | * fcoe_dev_setup() - setup link change notification interface | 1351 | * fcoe_dev_setup() - setup link change notification interface |
1352 | */ | 1352 | */ |
1353 | static void fcoe_dev_setup() | 1353 | static void fcoe_dev_setup(void) |
1354 | { | 1354 | { |
1355 | register_netdevice_notifier(&fcoe_notifier); | 1355 | register_netdevice_notifier(&fcoe_notifier); |
1356 | } | 1356 | } |
1357 | 1357 | ||
1358 | /** | 1358 | /** |
1359 | * fcoe_dev_setup() - cleanup link change notification interface | 1359 | * fcoe_dev_cleanup() - cleanup link change notification interface |
1360 | */ | 1360 | */ |
1361 | static void fcoe_dev_cleanup(void) | 1361 | static void fcoe_dev_cleanup(void) |
1362 | { | 1362 | { |