On Tue, 23 Apr 2024 at 01:21, Steev Klimaszewski <[email protected]> wrote:
>
> Hi Dmitry,
>
> On Mon, Apr 22, 2024 at 5:11 AM Dmitry Baryshkov
> <[email protected]> wrote:
> >
> > The in-kernel PD mapper is going to use same message structures as the
> > QCOM_PDR_HELPERS module. Extract message marshalling data to separate
> > module that can be used by both PDR helpers and by PD mapper.
> >
> > Reviewed-by: Bryan O'Donoghue <[email protected]>
> > Signed-off-by: Dmitry Baryshkov <[email protected]>
> > ---
> >  drivers/soc/qcom/Kconfig        |   4 +
> >  drivers/soc/qcom/Makefile       |   1 +
> >  drivers/soc/qcom/pdr_internal.h | 306 
> > ++------------------------------------
> >  drivers/soc/qcom/qcom_pdr_msg.c | 315 
> > ++++++++++++++++++++++++++++++++++++++++
> >  4 files changed, 330 insertions(+), 296 deletions(-)
>
> <snip>
>
> > diff --git a/drivers/soc/qcom/qcom_pdr_msg.c 
> > b/drivers/soc/qcom/qcom_pdr_msg.c
> > new file mode 100644
> > index 000000000000..a8867e8b1319
> > --- /dev/null
> > +++ b/drivers/soc/qcom/qcom_pdr_msg.c

[skipped]

> >
> > --
> > 2.39.2
> >
> This is missing MODULE_LICENSE
>
> ERROR: modpost: missing MODULE_LICENSE() in drivers/soc/qcom/qcom_pdr_msg.o

Argh. Fine, fine. I'll switch to a modular kernel config.

-- 
With best wishes
Dmitry

Reply via email to