linux/arch/sparc
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
..
boot kbuild: Abort make on install failures 2024-07-20 13:34:54 +09:00
configs
crypto move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
include Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
kernel Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
lib
math-emu
mm mm: drop hugetlb_get_unmapped_area{_*} functions 2024-11-06 20:11:10 -08:00
net
power sparc64: Fix prototype warnings in hibernate.c 2024-07-11 15:58:28 +02:00
prom
vdso sparc/vdso: Add helper function for 64-bit right shift on 32-bit target 2024-11-18 09:59:20 +01:00
video
Kbuild
Kconfig dma-mapping: clearly mark DMA ops as an architecture feature 2024-09-04 07:08:51 +03:00
Kconfig.debug
Makefile sparc/build: Put usage of -fcall-used* flags behind cc-option 2024-11-16 09:52:56 +01:00