The patch titled drivers-gpio-max730xc-add-license-macro-fix has been added to the -mm tree. Its filename is drivers-gpio-max730xc-add-license-macro-fix.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-max730xc-add-license-macro-fix From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx> Cc: Richard Röjfors <richard.rojfors@xxxxxxxxxxxxxx> Signed-off-by: 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-fix drivers/gpio/max730x.c --- a/drivers/gpio/max730x.c~drivers-gpio-max730xc-add-license-macro-fix +++ a/drivers/gpio/max730x.c @@ -243,4 +243,6 @@ int __devexit __max730x_remove(struct de } EXPORT_SYMBOL_GPL(__max730x_remove); +MODULE_AUTHOR("Juergen Beisert, Wolfram Sang"); MODULE_LICENSE("GPL v2"); +MODULE_DESCRIPTION("MAX730x GPIO-Expanders, generic parts"); _ Patches currently in -mm which might be from w.sang@xxxxxxxxxxxxxx are origin.patch get_maintainer-repair-stdin-usage.patch drivers-gpio-max730xc-add-license-macro.patch drivers-gpio-max730xc-add-license-macro-fix.patch linux-next.patch hwmon-driver-for-ti-tmp102-temperature-sensor.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