Re: [RFC v3 2/8] drm: ingenic-drm: add MODULE_DEVICE_TABLE

2020-05-04 Thread Paul Cercueil
Hi Nikolaus, Le dim. 29 mars 2020 à 19:35, H. Nikolaus Schaller a écrit : so that the driver can load by matching the device tree if compiled as module. Signed-off-by: H. Nikolaus Schaller Please add: Cc: sta...@vger.kernel.org # v5.3+ Fixes: 90b86fcc47b4 ("DRM: Add KMS driver for the In

[RFC v3 2/8] drm: ingenic-drm: add MODULE_DEVICE_TABLE

2020-03-30 Thread H. Nikolaus Schaller
so that the driver can load by matching the device tree if compiled as module. Signed-off-by: H. Nikolaus Schaller --- drivers/gpu/drm/ingenic/ingenic-drm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/ingenic/ingenic-drm.c b/drivers/gpu/drm/ingenic/ingenic-drm.c index 6d