The patch titled mfd/pcf50633-gpio.c: add MODULE_LICENSE has been added to the -mm tree. Its filename is mfd-pcf50633-gpioc-add-module_license.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: mfd/pcf50633-gpio.c: add MODULE_LICENSE From: Adrian Bunk <bunk@xxxxxxxxxx> Add the missing MODULE_LICENSE("GPL"). Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx> Cc: Balaji Rao <balajirrao@xxxxxxxxxxxx> Cc: Andy Green <andy@xxxxxxxxxxxx> Cc: Samuel Ortiz <sameo@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/mfd/pcf50633-gpio.c | 3 +++ 1 file changed, 3 insertions(+) diff -puN drivers/mfd/pcf50633-gpio.c~mfd-pcf50633-gpioc-add-module_license drivers/mfd/pcf50633-gpio.c --- a/drivers/mfd/pcf50633-gpio.c~mfd-pcf50633-gpioc-add-module_license +++ a/drivers/mfd/pcf50633-gpio.c @@ -15,6 +15,7 @@ */ #include <linux/kernel.h> +#include <linux/module.h> #include <linux/mfd/pcf50633/core.h> #include <linux/mfd/pcf50633/gpio.h> @@ -116,3 +117,5 @@ int pcf50633_gpio_power_supply_set(struc return pcf50633_reg_set_bit_mask(pcf, reg, mask, val); } EXPORT_SYMBOL_GPL(pcf50633_gpio_power_supply_set); + +MODULE_LICENSE("GPL"); _ Patches currently in -mm which might be from bunk@xxxxxxxxxx are linux-next.patch mfd-pcf50633-gpioc-add-module_license.patch reiser4.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