linux/arch/arm/mach-sa1100
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
..
include/mach ARM: locomo: fix locomolcd_power declaration 2023-09-28 09:15:51 +02:00
assabet.c ARM: sa1100: address missing prototype warnings 2023-05-26 13:33:05 +02:00
clock.c ARM: sa1100: convert to common clock framework 2019-07-03 11:44:09 +01:00
collie.c ARM: sa1100: remove irda references 2023-01-16 09:25:48 +01:00
generic.c ARM: sa1100: remove irda references 2023-01-16 09:25:48 +01:00
generic.h ARM: sa1100: remove irda references 2023-01-16 09:25:48 +01:00
h3xxx.c ARM: SoC platform updates 2019-07-19 17:05:08 -07:00
h3600.c ARM: sa1100: Open code gpio_request_array() 2024-04-03 13:07:29 +02:00
jornada720_ssp.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
jornada720.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
Kconfig ARM: sa1100: remove unused board files 2023-01-12 10:53:12 +01:00
Makefile ARM: sa1100: remove unused board files 2023-01-12 10:53:12 +01:00
neponset.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
pm.c asm-generic updates for 6.5 2023-07-06 10:06:04 -07:00
sleep.S ARM: 7452/1: delay: allow timer-based delay implementation to be selected 2012-07-09 17:42:23 +01:00
ssp.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00