All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: mvsas: remove unused symbol 'mvs_th'
@ 2020-04-15  8:50 Jason Yan
  2020-04-17 21:32 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Yan @ 2020-04-15  8:50 UTC (permalink / raw)
  To: jejb, martin.petersen, yanaijie, ben.hutchings, rfontana,
	allison, gregkh, arnd, tglx, linux-scsi, linux-kernel

This symbol has no users so remove it.

Signed-off-by: Jason Yan <yanaijie@huawei.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] scsi: mvsas: remove unused symbol 'mvs_th'
  2020-04-15  8:50 [PATCH] scsi: mvsas: remove unused symbol 'mvs_th' Jason Yan
@ 2020-04-17 21:32 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2020-04-17 21:32 UTC (permalink / raw)
  To: Jason Yan
  Cc: jejb, martin.petersen, ben.hutchings, rfontana, allison, gregkh,
	arnd, tglx, linux-scsi, linux-kernel


Jason,

> This symbol has no users so remove it.

Applied to 5.8/scsi-queue, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-17 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15  8:50 [PATCH] scsi: mvsas: remove unused symbol 'mvs_th' Jason Yan
2020-04-17 21:32 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.