diff options
Diffstat (limited to 'drivers/message/fusion/mptspi.c')
-rw-r--r-- | drivers/message/fusion/mptspi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c index f422c0d0621c..36641da59289 100644 --- a/drivers/message/fusion/mptspi.c +++ b/drivers/message/fusion/mptspi.c | |||
@@ -1100,8 +1100,7 @@ static struct pci_driver mptspi_driver = { | |||
1100 | 1100 | ||
1101 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | 1101 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
1102 | /** | 1102 | /** |
1103 | * mptspi_init - Register MPT adapter(s) as SCSI host(s) with | 1103 | * mptspi_init - Register MPT adapter(s) as SCSI host(s) with SCSI mid-layer. |
1104 | * linux scsi mid-layer. | ||
1105 | * | 1104 | * |
1106 | * Returns 0 for success, non-zero for failure. | 1105 | * Returns 0 for success, non-zero for failure. |
1107 | */ | 1106 | */ |
@@ -1135,7 +1134,6 @@ mptspi_init(void) | |||
1135 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | 1134 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
1136 | /** | 1135 | /** |
1137 | * mptspi_exit - Unregisters MPT adapter(s) | 1136 | * mptspi_exit - Unregisters MPT adapter(s) |
1138 | * | ||
1139 | */ | 1137 | */ |
1140 | static void __exit | 1138 | static void __exit |
1141 | mptspi_exit(void) | 1139 | mptspi_exit(void) |