2020-04-15 22:32:12

by Jason Yan

[permalink] [raw]
Subject: [PATCH] scsi: mvsas: remove unused symbol 'mvs_th'

This symbol has no users so remove it.

Signed-off-by: Jason Yan <[email protected]>
---
drivers/scsi/mvsas/mv_init.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c
index f82728b2c32f..5973eed94938 100644
--- a/drivers/scsi/mvsas/mv_init.c
+++ b/drivers/scsi/mvsas/mv_init.c
@@ -759,8 +759,6 @@ static DEVICE_ATTR(interrupt_coalescing,
mvs_show_interrupt_coalescing,
mvs_store_interrupt_coalescing);

-/* task handler */
-struct task_struct *mvs_th;
static int __init mvs_init(void)
{
int rc;
--
2.21.1


2020-04-17 21:37:18

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] scsi: mvsas: remove unused symbol 'mvs_th'


Jason,

> This symbol has no users so remove it.

Applied to 5.8/scsi-queue, thanks!

--
Martin K. Petersen Oracle Linux Engineering