linux/drivers/memory/tegra
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
..
Kconfig
Makefile
mc.c memory: tegra-mc: simplify with scoped for each OF child loop 2024-08-21 13:23:34 +02:00
mc.h
tegra20-emc.c memory: tegra20-emc: simplify with scoped for each OF child loop 2024-08-21 13:23:35 +02:00
tegra20.c interconnect: constify of_phandle_args in xlate 2024-02-26 00:38:17 +02:00
tegra30-emc.c memory: tegra30-emc: simplify with scoped for each OF child loop 2024-08-21 13:23:35 +02:00
tegra30.c interconnect: constify of_phandle_args in xlate 2024-02-26 00:38:17 +02:00
tegra114.c
tegra124-emc.c memory: tegra124-emc: simplify with scoped for each OF child loop 2024-08-21 13:23:34 +02:00
tegra124.c interconnect: constify of_phandle_args in xlate 2024-02-26 00:38:17 +02:00
tegra186-emc.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
tegra186.c IOMMU Updates for Linux v6.8 2024-01-18 15:16:57 -08:00
tegra194.c
tegra210-emc-cc-r21021.c memory: tegra: Rework update_clock_tree_delay() 2024-07-29 17:35:21 +02:00
tegra210-emc-core.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
tegra210-emc-table.c
tegra210-emc.h
tegra210-mc.h
tegra210.c
tegra234.c memory: tegra: Fix indentation 2024-02-22 09:48:53 +01:00