Re: [PATCH 18/18] bus: mhi: core: Fix the building of MHI module

From: Manivannan Sadhasivam
Date: Sun Sep 27 2020 - 23:45:10 EST


On Sun, Sep 27, 2020 at 12:22:33PM +0200, Greg KH wrote:
> On Mon, Sep 21, 2020 at 09:38:15PM +0530, Manivannan Sadhasivam wrote:
> > The Kbuild rule to build MHI should use the append operator. This fixes
> > the below warning reported by Kbuild test bot.
> >
> > WARNING: modpost: missing MODULE_LICENSE() in
> > drivers/bus/mhi/core/main.o
> > WARNING: modpost: missing MODULE_LICENSE() in drivers/bus/mhi/core/pm.o
> > WARNING: modpost: missing MODULE_LICENSE() in
> > drivers/bus/mhi/core/boot.o
> >
> > Reported-by: kernel test robot <lkp@xxxxxxxxx>
> > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>
>
> What commit caused this problem? Can you add a Fixes: line for it?
>

Sure, will add the fixes tag!

Thanks,
Mani

> thanks,
>
> greg k-h