diff options
author | Bart Van Assche <bart.vanassche@wdc.com> | 2018-02-12 17:58:19 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-02-14 03:49:15 +0100 |
commit | ed4414cef2ad0ad0afb3d77a6fdde425d7f7ec4d (patch) | |
tree | d76cd830f86a373d7f3c23391d04af20725accfd /drivers/scsi/Kconfig | |
parent | scsi: pmcraid: Remove an unused structure member (diff) | |
download | linux-ed4414cef2ad0ad0afb3d77a6fdde425d7f7ec4d.tar.xz linux-ed4414cef2ad0ad0afb3d77a6fdde425d7f7ec4d.zip |
scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order()
Use the sgl_alloc_order() and sgl_free_order() functions instead of open
coding these functions.
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Cc: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 7e3f6e37fb66..8647ca9199b3 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1577,6 +1577,7 @@ config ZFCP config SCSI_PMCRAID tristate "PMC SIERRA Linux MaxRAID adapter support" depends on PCI && SCSI && NET + select SGL_ALLOC ---help--- This driver supports the PMC SIERRA MaxRAID adapters. |