From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> Never used since it was added. Fixes: 9e1b74a63f776 ("tpm: add support for nonblocking operation") Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: linux-integrity@xxxxxxxxxxxxxxx Cc: Jason Gunthorpe <jgg@xxxxxxxx> Cc: Philip Tricca <philip.b.tricca@xxxxxxxxx> Cc: Tadeusz Struk <tadeusz.struk@xxxxxxxxx> Cc: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx> --- V2: Reworded the change log so the !&!%#$ dispute over the formatting is not longer in the way of getting this triviality done. --- drivers/char/tpm/tpm-dev-common.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/char/tpm/tpm-dev-common.c +++ b/drivers/char/tpm/tpm-dev-common.c @@ -20,7 +20,6 @@ #include "tpm-dev.h" static struct workqueue_struct *tpm_dev_wq; -static DEFINE_MUTEX(tpm_dev_wq_lock); static ssize_t tpm_dev_transmit(struct tpm_chip *chip, struct tpm_space *space, u8 *buf, size_t bufsiz)