linux/drivers/fsi
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
..
cf-fsi-fw.h fsi: cf-fsi-fw: Use the correct style for SPDX License Identifier 2019-06-19 19:35:51 +02:00
fsi-core.c fsi: add missing MODULE_DESCRIPTION() macros 2024-07-31 13:40:00 +02:00
fsi-master-aspeed.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
fsi-master-ast-cf.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
fsi-master-gpio.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
fsi-master-hub.c fsi: add missing MODULE_DESCRIPTION() macros 2024-07-31 13:40:00 +02:00
fsi-master-i2cr.c fsi: i2cr: Switch to use struct i2c_driver's .probe() 2023-08-22 15:51:33 +02:00
fsi-master-i2cr.h fsi: Add IBM I2C Responder virtual FSI master 2023-08-11 13:32:14 +09:30
fsi-master.h fsi: Move fsi_slave structure definition to header 2023-08-09 15:41:59 +09:30
fsi-occ.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
fsi-sbefifo.c fsi: fix some spelling mistakes in comment 2023-08-11 13:32:15 +09:30
fsi-scom.c fsi: add missing MODULE_DESCRIPTION() macros 2024-07-31 13:40:00 +02:00
fsi-slave.h fsi: Move fsi_slave structure definition to header 2023-08-09 15:41:59 +09:30
i2cr-scom.c fsi: Add I2C Responder SCOM driver 2023-08-11 13:32:14 +09:30
Kconfig fsi: Add I2C Responder SCOM driver 2023-08-11 13:32:14 +09:30
Makefile fsi: Add I2C Responder SCOM driver 2023-08-11 13:32:14 +09:30