linux/drivers/char/tpm
Linus Torvalds e70140ba0d Get rid of 'remove_new' relic from platform driver struct
The continual trickle of small conversion patches is grating on me, and
is really not helping.  Just get rid of the 'remove_new' member
function, which is just an alias for the plain 'remove', and had a
comment to that effect:

  /*
   * .remove_new() is a relic from a prototype conversion of .remove().
   * New drivers are supposed to implement .remove(). Once all drivers are
   * converted to not use .remove_new any more, it will be dropped.
   */

This was just a tree-wide 'sed' script that replaced '.remove_new' with
'.remove', with some care taken to turn a subsequent tab into two tabs
to make things line up.

I did do some minimal manual whitespace adjustment for places that used
spaces to line things up.

Then I just removed the old (sic) .remove_new member function, and this
is the end result.  No more unnecessary conversion noise.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2024-12-01 15:12:43 -08:00
..
eventlog
st33zp24
Kconfig tpm: atmel: Drop PPC64 specific MMIO setup 2024-11-22 00:56:50 +02:00
Makefile
tpm1-cmd.c
tpm2-cmd.c tpm: Opt-in in disable PCR integrity protection 2024-11-13 21:10:45 +02:00
tpm2-sessions.c tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver 2024-11-22 00:48:26 +02:00
tpm2-space.c
tpm_atmel.c tpm: atmel: Drop PPC64 specific MMIO setup 2024-11-22 00:56:50 +02:00
tpm_crb.c
tpm_ftpm_tee.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
tpm_ftpm_tee.h
tpm_i2c_atmel.c
tpm_i2c_infineon.c
tpm_i2c_nuvoton.c
tpm_ibmvtpm.c tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver 2024-11-22 00:48:26 +02:00
tpm_ibmvtpm.h
tpm_infineon.c
tpm_nsc.c
tpm_ppi.c
tpm_tis_core.c
tpm_tis_core.h
tpm_tis_i2c_cr50.c char: tpm: cr50: Add new device/vendor ID 0x50666666 2024-11-22 00:48:27 +02:00
tpm_tis_i2c.c
tpm_tis_spi_cr50.c
tpm_tis_spi_main.c
tpm_tis_spi.h
tpm_tis_synquacer.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
tpm_tis.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
tpm_vtpm_proxy.c
tpm-buf.c tpm: Opt-in in disable PCR integrity protection 2024-11-13 21:10:45 +02:00
tpm-chip.c
tpm-dev-common.c
tpm-dev.c
tpm-dev.h
tpm-interface.c
tpm-sysfs.c
tpm.h
tpmrm-dev.c
xen-tpmfront.c