[PATCH 5/7] drm/sun4i: dw-hdmi: Split driver registration
Jernej Škrabec
jernej.skrabec at gmail.com
Mon Sep 25 15:07:45 UTC 2023
Dne ponedeljek, 25. september 2023 ob 09:47:15 CEST je Maxime Ripard napisal(a):
> On Sun, Sep 24, 2023 at 09:26:02PM +0200, Jernej Skrabec wrote:
> > There is no reason to register two drivers in same place. Using macro
> > lowers amount of boilerplate code.
>
> There's one actually: you can't have several module_init functions in
> the some module, and both files are compiled into the same module.
Yeah, I figured as much. However, I think code clean up is good enough reason
to add hidden option in Kconfig and extra entry in Makefile (in v2).
Do you agree?
Best regards,
Jernej
More information about the dri-devel
mailing list