linux/drivers/vfio/platform
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
..
reset vfio/platform: Cleanup Kconfig 2023-06-16 12:23:50 -06:00
Kconfig vfio/platform: Cleanup Kconfig 2023-06-16 12:23:50 -06:00
Makefile vfio/platform: Cleanup Kconfig 2023-06-16 12:23:50 -06:00
vfio_amba.c ARM: 9370/1: vfio: amba: drop owner assignment 2024-04-18 12:09:21 +01:00
vfio_platform_common.c vfio: platform: ignore missing reset if disabled at module init 2023-02-01 12:25:41 -07:00
vfio_platform_irq.c vfio/platform: Create persistent IRQ handlers 2024-03-11 13:08:52 -06:00
vfio_platform_private.h vfio/amba: Use the new device life cycle helpers 2022-09-21 14:15:11 -06:00
vfio_platform.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00