Re: + rtc-cumulative-style-fixes-fix.patch added to -mm tree

From: KAMEZAWA Hiroyuki
Date: Tue Jan 13 2009 - 01:04:04 EST


On Mon, 12 Jan 2009 19:15:39 -0800
akpm@xxxxxxxxxxxxxxxxxxxx wrote:

>
> The patch titled
> rtc-cumulative-style-fixes-fix
> has been added to the -mm tree. Its filename is
> rtc-cumulative-style-fixes-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/
>
This additional one was necessary for me.
But not sure this is the best "include" target.
-Kame

From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx>

This was necessary for hpet* functions.

Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx>

---
drivers/rtc/rtc-cmos.c | 1 +
1 file changed, 1 insertion(+)

Index: mmotm-2.6.28-Jan12/drivers/rtc/rtc-cmos.c
===================================================================
--- mmotm-2.6.28-Jan12.orig/drivers/rtc/rtc-cmos.c
+++ mmotm-2.6.28-Jan12/drivers/rtc/rtc-cmos.c
@@ -39,6 +39,7 @@

/* this is for "generic access to PC-style RTC" using CMOS_READ/CMOS_WRITE */
#include <asm-generic/rtc.h>
+#include <asm/hpet.h>

struct cmos_rtc {
struct rtc_device *rtc;



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/