From: Jason Yan Date: Wed, 15 Apr 2020 08:50:53 +0000 (+0800) Subject: scsi: mvsas: remove unused symbol 'mvs_th' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d21481994039d36aec21b56c4710aae684e107f1;p=linux.git scsi: mvsas: remove unused symbol 'mvs_th' This symbol has no users so remove it. Link: https://lore.kernel.org/r/20200415085053.7633-1-yanaijie@huawei.com Signed-off-by: Jason Yan Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c index f82728b2c32f0..5973eed949382 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;