Skip to content

Commit

Permalink
[MIPS] JMR3927: Fix compilation by including <linux/ds1742rtc.h>.
Browse files Browse the repository at this point in the history
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Nov 17, 2005
1 parent 5135b0c commit c32cf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/jmr3927/common/rtc_ds1742.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
#include <linux/types.h>
#include <linux/time.h>
#include <linux/rtc.h>
#include <linux/ds1742rtc.h>

#include <asm/time.h>
#include <asm/addrspace.h>

#include <asm/jmr3927/ds1742rtc.h>
#include <asm/debug.h>

#define EPOCH 2000
Expand Down

0 comments on commit c32cf78

Please sign in to comment.