linux/arch/arm/mach-pxa
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
..
addr-map.h
am200epd.c
am300epd.c
devices.c ARM: pxa: fix build breakage on PXA3xx 2024-07-15 13:53:28 +02:00
devices.h ARM: spitz: Use software nodes to describe MMC GPIOs 2024-07-09 15:21:15 +02:00
generic.c
generic.h
gumstix.c ARM: pxa/gumstix: fix attaching properties to vbus gpio device 2024-08-07 14:43:54 +02:00
gumstix.h
irq.c
irqs.h
Kconfig
Makefile
mfp-pxa2xx.c
mfp-pxa2xx.h
mfp-pxa3xx.c
mfp-pxa3xx.h
mfp-pxa25x.h
mfp-pxa27x.h
mfp-pxa300.h
mfp-pxa320.h
mfp.h
pm.c
pm.h
pxa-dt.c
pxa-regs.h
pxa2xx-regs.h
pxa2xx.c
pxa3xx-regs.h
pxa3xx.c
pxa3xx.h
pxa25x.c ARM: pxa/gumstix: convert vbus gpio to use software nodes 2024-07-09 15:21:15 +02:00
pxa25x.h
pxa27x-udc.h
pxa27x.c ARM: spitz: Use software nodes to describe SPI CS lines 2024-07-09 15:21:15 +02:00
pxa27x.h
pxa300.c
pxa300.h
pxa320.c
pxa320.h
regs-ost.h
regs-rtc.h
reset.c
reset.h
sharpsl_pm.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
sharpsl_pm.h
sleep.S
smemc.c
smemc.h
spitz.c ARM: spitz: fix compile error when matrix keypad driver is enabled 2024-09-23 02:09:07 -07:00
spitz.h
spitz_pm.c
standby.S
udc.h