[obsolete] rtc-fix-compile-failure-in-drivers-char-rtcc.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     rtc: fix compile failure in drivers/char/rtc.c
has been removed from the -mm tree.  Its filename was
     rtc-fix-compile-failure-in-drivers-char-rtcc.patch

This patch was dropped because it is obsolete

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: rtc: fix compile failure in drivers/char/rtc.c
From: Xiaotian Feng <dfeng@xxxxxxxxxx>

commit d43c36d ("headers: remove sched.h from interrupt.h") removed
sched.h from interrupt.h, this causes compile failure in
drivers/char/rtc.c.

Reported-by: Pete Clements <clem@xxxxxxxxxxxxxxxxxxxxx>
Signed-of-by: Xiaotian Feng <xtfeng@xxxxxxxxx>
Cc: Alexey Dobriyan <adobriyan@xxxxxxxxx>
Cc: David Brownell <david-b@xxxxxxxxxxx>
Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---


diff -puN drivers/char/rtc.c~rtc-fix-compile-failure-in-drivers-char-rtcc drivers/char/rtc.c
--- a/drivers/char/rtc.c~rtc-fix-compile-failure-in-drivers-char-rtcc
+++ a/drivers/char/rtc.c
@@ -62,6 +62,7 @@
  */
 
 #include <linux/interrupt.h>
+#include <linux/sched.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
_

Patches currently in -mm which might be from dfeng@xxxxxxxxxx are

rtc-fix-compile-failure-in-drivers-char-rtcc.patch
linux-next.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux