The patch titled drivers/gpio/max730x.c: add license macro has been added to the -mm tree. Its filename is drivers-gpio-max730xc-add-license-macro.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: drivers/gpio/max730x.c: add license macro From: Richard Röjfors <richard.rojfors@xxxxxxxxxxxxxx> According to the header in max730x it is licensed GPLv2. Add a MODULE_LICENSE to avoid getting the kernel tainted. Signed-off-by: Richard Röjfors <richard.rojfors@xxxxxxxxxxxxxx> Cc: Wolfram Sang <w.sang@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/gpio/max730x.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/gpio/max730x.c~drivers-gpio-max730xc-add-license-macro drivers/gpio/max730x.c --- a/drivers/gpio/max730x.c~drivers-gpio-max730xc-add-license-macro +++ a/drivers/gpio/max730x.c @@ -242,3 +242,5 @@ int __devexit __max730x_remove(struct de return ret; } EXPORT_SYMBOL_GPL(__max730x_remove); + +MODULE_LICENSE("GPL v2"); _ Patches currently in -mm which might be from richard.rojfors@xxxxxxxxxxxxxx are origin.patch drivers-gpio-max730xc-add-license-macro.patch linux-next.patch serial-two-branches-the-same-in-timbuart_set_mctrl.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html