Re: [PATCH] mmc: renesas_sdhi: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE

2017-11-27 Thread Geert Uytterhoeven
Hi Jesse, On Mon, Nov 20, 2017 at 10:32 PM, Jesse Chan wrote: > This change resolves a new compile-time warning > when built as a loadable module: > > WARNING: modpost: missing MODULE_LICENSE() in > drivers/mmc/host/renesas_sdhi_core.o > see include/linux/module.h for more

Re: [PATCH] mmc: renesas_sdhi: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE

2017-11-27 Thread Geert Uytterhoeven
Hi Jesse, On Mon, Nov 20, 2017 at 10:32 PM, Jesse Chan wrote: > This change resolves a new compile-time warning > when built as a loadable module: > > WARNING: modpost: missing MODULE_LICENSE() in > drivers/mmc/host/renesas_sdhi_core.o > see include/linux/module.h for more information > > This

Re: [PATCH] mmc: renesas_sdhi: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE

2017-11-24 Thread Masahiro Yamada
2017-11-21 6:32 GMT+09:00 Jesse Chan : > This change resolves a new compile-time warning > when built as a loadable module: > > WARNING: modpost: missing MODULE_LICENSE() in > drivers/mmc/host/renesas_sdhi_core.o > see include/linux/module.h for more information > > This adds the

Re: [PATCH] mmc: renesas_sdhi: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE

2017-11-24 Thread Masahiro Yamada
2017-11-21 6:32 GMT+09:00 Jesse Chan : > This change resolves a new compile-time warning > when built as a loadable module: > > WARNING: modpost: missing MODULE_LICENSE() in > drivers/mmc/host/renesas_sdhi_core.o > see include/linux/module.h for more information > > This adds the license as "GPL

[PATCH] mmc: renesas_sdhi: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE

2017-11-20 Thread Jesse Chan
This change resolves a new compile-time warning when built as a loadable module: WARNING: modpost: missing MODULE_LICENSE() in drivers/mmc/host/renesas_sdhi_core.o see include/linux/module.h for more information This adds the license as "GPL v2", which matches the header of the file.

[PATCH] mmc: renesas_sdhi: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE

2017-11-20 Thread Jesse Chan
This change resolves a new compile-time warning when built as a loadable module: WARNING: modpost: missing MODULE_LICENSE() in drivers/mmc/host/renesas_sdhi_core.o see include/linux/module.h for more information This adds the license as "GPL v2", which matches the header of the file.