Skip to content

Commit

Permalink
[MIPS] JMR3927: Fix include wrapper symbol.
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 c32cf78 commit c183f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/asm-mips/mach-jmr3927/ds1742.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
*
* Copyright (C) 2003 by Ralf Baechle
*/
#ifndef __ASM_MACH_JMR3927_ASM_DS1742_H
#define __ASM_MACH_JMR3927_ASM_DS1742_H
#ifndef __ASM_MACH_JMR3927_DS1742_H
#define __ASM_MACH_JMR3927_DS1742_H

#include <asm/jmr3927/jmr3927.h>

#define rtc_read(reg) (jmr3927_nvram_in(addr))
#define rtc_write(data, reg) (jmr3927_nvram_out((data),(reg)))

#endif /* __ASM_MACH_JMR3927_ASM_DS1742_H */
#endif /* __ASM_MACH_JMR3927_DS1742_H */

0 comments on commit c183f12

Please sign in to comment.