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

From: Greg KH
Date: Sun Sep 27 2020 - 06:22:29 EST


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?

thanks,

greg k-h