linux/arch/arm
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 soc: devicetree updates for 6.13 2024-11-20 15:26:46 -08:00
common Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
configs \n 2024-11-21 09:50:18 -08:00
crypto This update includes the following changes: 2024-11-19 10:28:41 -08:00
include - The series "resource: A couple of cleanups" from Andy Shevchenko 2024-11-25 16:09:48 -08:00
kernel ARM updates for 6.13-rc1 2024-11-29 10:31:18 -08:00
lib
mach-actions
mach-alpine
mach-artpec
mach-aspeed
mach-at91
mach-axxia
mach-bcm ARM: bcm: brcmstb: Drop custom init_irq callback 2024-10-08 15:02:31 -07:00
mach-berlin
mach-clps711x
mach-davinci
mach-digicolor
mach-dove
mach-ep93xx
mach-exynos
mach-footbridge
mach-gemini
mach-highbank
mach-hisi
mach-hpe
mach-imx Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
mach-ixp4xx
mach-keystone
mach-lpc18xx
mach-lpc32xx
mach-mediatek
mach-meson
mach-milbeaut
mach-mmp
mach-mstar
mach-mv78xx0
mach-mvebu
mach-mxs
mach-nomadik
mach-npcm
mach-omap1 Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
mach-omap2 Many singleton patches - please see the various changelogs for details. 2024-09-21 08:20:50 -07:00
mach-orion5x
mach-pxa Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
mach-qcom
mach-realtek
mach-rockchip
mach-rpc
mach-s3c
mach-s5pv210
mach-sa1100 Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
mach-shmobile
mach-socfpga
mach-spear
mach-sti
mach-stm32
mach-sunxi
mach-tegra
mach-ux500
mach-versatile
mach-vt8500
mach-zynq ARM: zynq: Remove unused zynq_slcr_init() declaration 2024-10-02 09:13:08 +02:00
mm ARM updates for 6.13-rc1 2024-11-29 10:31:18 -08:00
net
nwfpe
plat-orion
probes asm-generic: introduce text-patching.h 2024-11-07 14:25:15 -08:00
tools fs/xattr: add *at family syscalls 2024-11-06 12:59:44 -05:00
vdso ARM: vdso: Remove assembly for datapage access 2024-11-02 12:37:33 +01:00
vfp ARM: 9426/1: vfp: Move sending signals outside of vfp_state_hold()ed section. 2024-11-12 16:43:09 +00:00
xen
Kbuild
Kconfig crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32 2024-11-14 22:43:48 -08:00
Kconfig-nommu
Kconfig.assembler
Kconfig.debug ARM: bcm: Support BCMBCA debug UART 2024-10-08 15:02:31 -07:00
Kconfig.platforms
Makefile kbuild: add $(objtree)/ prefix to some in-kernel build artifacts 2024-11-27 09:38:27 +09:00