diff options
Diffstat (limited to 'drivers/char/tpm/st33zp24/spi.c')
-rw-r--r-- | drivers/char/tpm/st33zp24/spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/tpm/st33zp24/spi.c b/drivers/char/tpm/st33zp24/spi.c index f0184a1b0c1c..f974c945c97a 100644 --- a/drivers/char/tpm/st33zp24/spi.c +++ b/drivers/char/tpm/st33zp24/spi.c | |||
@@ -381,7 +381,6 @@ static SIMPLE_DEV_PM_OPS(st33zp24_spi_ops, st33zp24_pm_suspend, | |||
381 | 381 | ||
382 | static struct spi_driver tpm_st33_spi_driver = { | 382 | static struct spi_driver tpm_st33_spi_driver = { |
383 | .driver = { | 383 | .driver = { |
384 | .owner = THIS_MODULE, | ||
385 | .name = TPM_ST33_SPI, | 384 | .name = TPM_ST33_SPI, |
386 | .pm = &st33zp24_spi_ops, | 385 | .pm = &st33zp24_spi_ops, |
387 | .of_match_table = of_match_ptr(of_st33zp24_spi_match), | 386 | .of_match_table = of_match_ptr(of_st33zp24_spi_match), |