The patch titled rtc-parisc: add a missing include for linux/rtc.h has been removed from the -mm tree. Its filename was rtc-parisc-add-a-missing-include-for-linux-rtch.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: rtc-parisc: add a missing include for linux/rtc.h From: dann frazier <dannf@xxxxxx> Signed-off-by: dann frazier <dannf@xxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Kyle McMartin <kyle@xxxxxxxxxxx> Cc: Grant Grundler <grundler@xxxxxxxxxxxxxxxx> Cc: Matthew Wilcox <matthew@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-parisc.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/rtc/rtc-parisc.c~rtc-parisc-add-a-missing-include-for-linux-rtch drivers/rtc/rtc-parisc.c --- a/drivers/rtc/rtc-parisc.c~rtc-parisc-add-a-missing-include-for-linux-rtch +++ a/drivers/rtc/rtc-parisc.c @@ -7,6 +7,7 @@ #include <linux/module.h> #include <linux/time.h> #include <linux/platform_device.h> +#include <linux/rtc.h> #include <asm/rtc.h> _ Patches currently in -mm which might be from dannf@xxxxxx are origin.patch rtc-parisc-use-rtc_valid_tm-in-parisc_get_time.patch ipmi-add-oem-message-handling.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