From: Ralf Baechle Date: Tue, 15 Nov 2005 13:05:26 +0000 (+0000) Subject: [MIPS] JMR3927: Fix include wrapper symbol. X-Git-Tag: v2.6.15-rc2~65^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c183f1224bbae052b5fbb971d6eafc5cbdc6be4f;p=platform%2Fkernel%2Flinux-exynos.git [MIPS] JMR3927: Fix include wrapper symbol. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/mach-jmr3927/ds1742.h b/include/asm-mips/mach-jmr3927/ds1742.h index 134a4b6..cff6192 100644 --- a/include/asm-mips/mach-jmr3927/ds1742.h +++ b/include/asm-mips/mach-jmr3927/ds1742.h @@ -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 #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 */