diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_transport_fc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h index 6d28b0317657..b7f62b85f0b3 100644 --- a/include/scsi/scsi_transport_fc.h +++ b/include/scsi/scsi_transport_fc.h | |||
@@ -409,6 +409,7 @@ struct fc_function_template { | |||
409 | void (*get_host_active_fc4s)(struct Scsi_Host *); | 409 | void (*get_host_active_fc4s)(struct Scsi_Host *); |
410 | void (*get_host_speed)(struct Scsi_Host *); | 410 | void (*get_host_speed)(struct Scsi_Host *); |
411 | void (*get_host_fabric_name)(struct Scsi_Host *); | 411 | void (*get_host_fabric_name)(struct Scsi_Host *); |
412 | void (*get_host_symbolic_name)(struct Scsi_Host *); | ||
412 | 413 | ||
413 | struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *); | 414 | struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *); |
414 | void (*reset_fc_host_stats)(struct Scsi_Host *); | 415 | void (*reset_fc_host_stats)(struct Scsi_Host *); |
@@ -445,7 +446,6 @@ struct fc_function_template { | |||
445 | unsigned long show_host_permanent_port_name:1; | 446 | unsigned long show_host_permanent_port_name:1; |
446 | unsigned long show_host_supported_classes:1; | 447 | unsigned long show_host_supported_classes:1; |
447 | unsigned long show_host_supported_fc4s:1; | 448 | unsigned long show_host_supported_fc4s:1; |
448 | unsigned long show_host_symbolic_name:1; | ||
449 | unsigned long show_host_supported_speeds:1; | 449 | unsigned long show_host_supported_speeds:1; |
450 | unsigned long show_host_maxframe_size:1; | 450 | unsigned long show_host_maxframe_size:1; |
451 | unsigned long show_host_serial_number:1; | 451 | unsigned long show_host_serial_number:1; |
@@ -456,6 +456,7 @@ struct fc_function_template { | |||
456 | unsigned long show_host_active_fc4s:1; | 456 | unsigned long show_host_active_fc4s:1; |
457 | unsigned long show_host_speed:1; | 457 | unsigned long show_host_speed:1; |
458 | unsigned long show_host_fabric_name:1; | 458 | unsigned long show_host_fabric_name:1; |
459 | unsigned long show_host_symbolic_name:1; | ||
459 | }; | 460 | }; |
460 | 461 | ||
461 | 462 | ||