Re: [PATCH 6/6] irqchip/qcom-pdc: Allow modular build

2020-09-12 Thread Bjorn Andersson
On Sat 12 Sep 07:51 CDT 2020, Marc Zyngier wrote: > Switch the driver to a "hybrid probe" model which preserves the > built-in behaviour while allowing the driver to be optionnally > built as a module for development purposes. > Reviewed-by: Bjorn Andersson > Signed-off-by: Marc Zyngier >

[PATCH 6/6] irqchip/qcom-pdc: Allow modular build

2020-09-12 Thread Marc Zyngier
Switch the driver to a "hybrid probe" model which preserves the built-in behaviour while allowing the driver to be optionnally built as a module for development purposes. Signed-off-by: Marc Zyngier --- drivers/irqchip/qcom-pdc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff