Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114815
b: refs/heads/master
c: fb0d4ec
h: refs/heads/master
i:
  114813: 996e872
  114811: 54a710a
  114807: 7a2509f
  114799: e1dd58e
  114783: dff4718
  114751: 02a2391
  114687: b5e6a13
v: v3
  • Loading branch information
Andrew Victor authored and Linus Torvalds committed Oct 16, 2008
1 parent becf8d0 commit b3dad57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d3a126fcf9df7dc59f1cc553c2fb2e668264e86c
refs/heads/master: fb0d4ec4d3f49bbe17955ee4da774eb589776da4
4 changes: 1 addition & 3 deletions trunk/drivers/rtc/rtc-at91rm9200.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
#include <linux/completion.h>

#include <asm/uaccess.h>

#include <mach/at91_rtc.h>


#define AT91_RTC_FREQ 1
#define AT91_RTC_EPOCH 1900UL /* just like arch/arm/common/rtctime.c */

static DECLARE_COMPLETION(at91_rtc_updated);
Expand Down Expand Up @@ -228,8 +228,6 @@ static int at91_rtc_proc(struct device *dev, struct seq_file *seq)
(imr & AT91_RTC_ACKUPD) ? "yes" : "no");
seq_printf(seq, "periodic_IRQ\t: %s\n",
(imr & AT91_RTC_SECEV) ? "yes" : "no");
seq_printf(seq, "periodic_freq\t: %ld\n",
(unsigned long) AT91_RTC_FREQ);

return 0;
}
Expand Down

0 comments on commit b3dad57

Please sign in to comment.