mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() 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> |
||
---|---|---|
.. | ||
addr-map.h | ||
am200epd.c | ||
am300epd.c | ||
devices.c | ||
devices.h | ||
generic.c | ||
generic.h | ||
gumstix.c | ||
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 | ||
pxa25x.h | ||
pxa27x-udc.h | ||
pxa27x.c | ||
pxa27x.h | ||
pxa300.c | ||
pxa300.h | ||
pxa320.c | ||
pxa320.h | ||
regs-ost.h | ||
regs-rtc.h | ||
reset.c | ||
reset.h | ||
sharpsl_pm.c | ||
sharpsl_pm.h | ||
sleep.S | ||
smemc.c | ||
smemc.h | ||
spitz.c | ||
spitz.h | ||
spitz_pm.c | ||
standby.S | ||
udc.h |