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> |
||
---|---|---|
.. | ||
fixup-ath79.c | ||
fixup-bcm63xx.c | ||
fixup-cobalt.c | ||
fixup-fuloong2e.c | ||
fixup-ip32.c | ||
fixup-lantiq.c | ||
fixup-lemote2f.c | ||
fixup-malta.c | ||
fixup-rbtx4927.c | ||
fixup-rc32434.c | ||
fixup-sb1250.c | ||
fixup-sni.c | ||
Makefile | ||
msi-octeon.c | ||
ops-bcm63xx.c | ||
ops-bonito64.c | ||
ops-gt64xxx_pci0.c | ||
ops-lantiq.c | ||
ops-loongson2.c | ||
ops-mace.c | ||
ops-msc.c | ||
ops-rc32434.c | ||
ops-sni.c | ||
ops-tx4927.c | ||
pci-alchemy.c | ||
pci-ar71xx.c | ||
pci-ar724x.c | ||
pci-ar2315.c | ||
pci-bcm47xx.c | ||
pci-bcm63xx.c | ||
pci-bcm63xx.h | ||
pci-bcm1480.c | ||
pci-bcm1480ht.c | ||
pci-generic.c | ||
pci-ip27.c | ||
pci-ip32.c | ||
pci-lantiq.c | ||
pci-lantiq.h | ||
pci-legacy.c | ||
pci-malta.c | ||
pci-mt7620.c | ||
pci-octeon.c | ||
pci-rc32434.c | ||
pci-rt2880.c | ||
pci-rt3883.c | ||
pci-sb1250.c | ||
pci-tx4927.c | ||
pci-tx4938.c | ||
pci-xtalk-bridge.c | ||
pci.c | ||
pcie-octeon.c |