The patch titled Subject: drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h> has been added to the -mm tree. Its filename is rtc-imx-dryice-must-include-linux-spinlockh.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 *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Jean Delvare <khali@xxxxxxxxxxxx> Subject: drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h> Add the missing header include for spinlocks, to avoid potential build failures on specific architectures or configurations. Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx> Acked-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-imxdi.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/rtc/rtc-imxdi.c~rtc-imx-dryice-must-include-linux-spinlockh drivers/rtc/rtc-imxdi.c --- a/drivers/rtc/rtc-imxdi.c~rtc-imx-dryice-must-include-linux-spinlockh +++ a/drivers/rtc/rtc-imxdi.c @@ -36,6 +36,7 @@ #include <linux/platform_device.h> #include <linux/rtc.h> #include <linux/sched.h> +#include <linux/spinlock.h> #include <linux/workqueue.h> #include <linux/of.h> _ Patches currently in -mm which might be from khali@xxxxxxxxxxxx are origin.patch linux-next.patch drivers-firmware-dmi_scanc-check-dmi-version-when-get-system-uuid.patch drivers-firmware-dmi_scanc-fetch-dmi-version-from-smbios-if-it-exists.patch rtc-imx-dryice-must-include-linux-spinlockh.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