forked from mirrors/linux
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> |
||
|---|---|---|
| .. | ||
| adv7511 | ||
| analogix | ||
| cadence | ||
| imx | ||
| synopsys | ||
| aux-bridge.c | ||
| aux-hpd-bridge.c | ||
| chipone-icn6211.c | ||
| chrontel-ch7033.c | ||
| cros-ec-anx7688.c | ||
| display-connector.c | ||
| fsl-ldb.c | ||
| ite-it6263.c | ||
| ite-it6505.c | ||
| ite-it66121.c | ||
| Kconfig | ||
| lontium-lt8912b.c | ||
| lontium-lt9211.c | ||
| lontium-lt9611.c | ||
| lontium-lt9611uxc.c | ||
| lvds-codec.c | ||
| Makefile | ||
| megachips-stdpxxxx-ge-b850v3-fw.c | ||
| microchip-lvds.c | ||
| nwl-dsi.c | ||
| nwl-dsi.h | ||
| nxp-ptn3460.c | ||
| panel.c | ||
| parade-ps8622.c | ||
| parade-ps8640.c | ||
| samsung-dsim.c | ||
| sii902x.c | ||
| sii9234.c | ||
| sil-sii8620.c | ||
| sil-sii8620.h | ||
| simple-bridge.c | ||
| tc358762.c | ||
| tc358764.c | ||
| tc358767.c | ||
| tc358768.c | ||
| tc358775.c | ||
| thc63lvd1024.c | ||
| ti-dlpc3433.c | ||
| ti-sn65dsi83.c | ||
| ti-sn65dsi86.c | ||
| ti-tdp158.c | ||
| ti-tfp410.c | ||
| ti-tpd12s015.c | ||