~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to drivers/rtc/rtc-sa1100.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include <asm/irq.h>
36
36
 
37
37
#ifdef CONFIG_ARCH_PXA
38
 
#include <mach/pxa-regs.h>
 
38
#include <mach/regs-rtc.h>
 
39
#include <mach/regs-ost.h>
39
40
#endif
40
41
 
41
42
#define RTC_DEF_DIVIDER         32768 - 1