[folded-merged] drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue-fix.patch removed from -mm tree

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

 



The patch titled
     Subject: drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue-fix
has been removed from the -mm tree.  Its filename was
     drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue-fix.patch

This patch was dropped because it was folded into drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue.patch

------------------------------------------------------
From: Olof Johansson <olof@xxxxxxxxx>
Subject: drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue-fix

The "fix set time sync time issue" adds calls to udelay(), but
doesn't add the include file. End result is build breakage:

drivers/rtc/rtc-pxa.c: In function 'pxa_rtc_set_time':
drivers/rtc/rtc-pxa.c:267:2: error: implicit declaration of function 'udelay' [-Werror=implicit-function-declaration]

Signed-off-by: Olof Johansson <olof@xxxxxxxxx>
Cc: Leo Song <liangs@xxxxxxxxxxx>
Cc: Robert Jarzmik <robert.jarzmik@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

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

diff -puN drivers/rtc/rtc-pxa.c~drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue-fix drivers/rtc/rtc-pxa.c
--- a/drivers/rtc/rtc-pxa.c~drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue-fix
+++ a/drivers/rtc/rtc-pxa.c
@@ -19,6 +19,7 @@
  *
  */
 
+#include <linux/delay.h>
 #include <linux/init.h>
 #include <linux/platform_device.h>
 #include <linux/module.h>
_

Patches currently in -mm which might be from olof@xxxxxxxxx are

origin.patch
linux-next.patch
drivers-video-implement-a-simple-framebuffer-driver.patch
drivers-rtc-rtc-pxac-fix-set-time-sync-time-issue.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