[MIPS] JMR3927: Fix include wrapper symbol.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -5,12 +5,12 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 2003 by Ralf Baechle
|
* Copyright (C) 2003 by Ralf Baechle
|
||||||
*/
|
*/
|
||||||
#ifndef __ASM_MACH_JMR3927_ASM_DS1742_H
|
#ifndef __ASM_MACH_JMR3927_DS1742_H
|
||||||
#define __ASM_MACH_JMR3927_ASM_DS1742_H
|
#define __ASM_MACH_JMR3927_DS1742_H
|
||||||
|
|
||||||
#include <asm/jmr3927/jmr3927.h>
|
#include <asm/jmr3927/jmr3927.h>
|
||||||
|
|
||||||
#define rtc_read(reg) (jmr3927_nvram_in(addr))
|
#define rtc_read(reg) (jmr3927_nvram_in(addr))
|
||||||
#define rtc_write(data, reg) (jmr3927_nvram_out((data),(reg)))
|
#define rtc_write(data, reg) (jmr3927_nvram_out((data),(reg)))
|
||||||
|
|
||||||
#endif /* __ASM_MACH_JMR3927_ASM_DS1742_H */
|
#endif /* __ASM_MACH_JMR3927_DS1742_H */
|
||||||
|
Reference in New Issue
Block a user