diff options
| author | Ahmed S. Darwish <[email protected]> | 2021-01-18 10:09:55 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2021-01-23 02:31:10 +0000 |
| commit | 65f7cfba6196baf2fc06ac0ab0be764377f3206a (patch) | |
| tree | d93b406b87b7628899a9d0835c53934599b7cb71 /drivers/scsi/libsas/sas_init.c | |
| parent | scsi: mvsas: Switch back to original libsas event notifiers (diff) | |
| download | kernel-65f7cfba6196baf2fc06ac0ab0be764377f3206a.tar.gz kernel-65f7cfba6196baf2fc06ac0ab0be764377f3206a.zip | |
scsi: libsas: Remove temporarily-added _gfp() API variants
These variants were added for bisectability. Remove them, as all call sites
have now been convertd to use the original API.
Link: https://lore.kernel.org/r/[email protected]
Cc: Jason Yan <[email protected]>
Reviewed-by: John Garry <[email protected]>
Signed-off-by: Ahmed S. Darwish <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/libsas/sas_init.c')
| -rw-r--r-- | drivers/scsi/libsas/sas_init.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/scsi/libsas/sas_init.c b/drivers/scsi/libsas/sas_init.c index 62260e84ca2d..2b0f98ca6ec3 100644 --- a/drivers/scsi/libsas/sas_init.c +++ b/drivers/scsi/libsas/sas_init.c @@ -619,13 +619,6 @@ struct asd_sas_event *sas_alloc_event(struct asd_sas_phy *phy, return event; } -struct asd_sas_event *sas_alloc_event_gfp(struct asd_sas_phy *phy, - gfp_t gfp_flags) -{ - - return sas_alloc_event(phy, gfp_flags); -} - void sas_free_event(struct asd_sas_event *event) { struct asd_sas_phy *phy = event->phy; |
