1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/tidss
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
..
Kconfig drm/tidss: Run DRM default client setup 2024-09-26 09:31:27 +02:00
Makefile
tidss_crtc.c drm/tidss: Fix sync-lost issue with two displays 2024-02-26 10:09:43 +02:00
tidss_crtc.h drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_dispc.c drm/tidss: Fix dss reset 2023-12-01 12:04:42 +02:00
tidss_dispc.h drm/tidss: Add support for AM62A7 DSS 2023-12-01 12:04:37 +02:00
tidss_dispc_regs.h drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_drv.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
tidss_drv.h drm/tidss: Convert to Linux IRQ interfaces 2021-08-10 20:13:49 +02:00
tidss_encoder.c drm/tidss: Update encoder/bridge chain connect model 2023-07-10 14:21:29 +02:00
tidss_encoder.h drm/tidss: Update encoder/bridge chain connect model 2023-07-10 14:21:29 +02:00
tidss_irq.c drm/tidss: IRQ code cleanup 2023-12-01 12:04:42 +02:00
tidss_irq.h drm/tidss: Convert to Linux IRQ interfaces 2021-08-10 20:13:49 +02:00
tidss_kms.c drm/tidss: Use dev_err_probe() over dev_dbg() when failing to probe the port 2024-03-05 12:13:57 +01:00
tidss_kms.h drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_plane.c drm/tidss: Add drm_panic support 2024-06-18 10:06:35 +02:00
tidss_plane.h drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_scale_coefs.c drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_scale_coefs.h drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00