Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=07c0d7437c7061fef61e35183781d126cebf138a
Commit:     07c0d7437c7061fef61e35183781d126cebf138a
Parent:     36a885306fdf7bb557c773309c993bfb2d0d693c
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Thu Mar 1 15:29:25 2007 +0000
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Sun Mar 4 19:02:38 2007 +0000

    [MIPS] RM: It should be #ifdef CONFIG_FOO not #if CONFIG_FOO ...
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 include/asm-mips/mach-rm/mc146818rtc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-mips/mach-rm/mc146818rtc.h 
b/include/asm-mips/mach-rm/mc146818rtc.h
index 103ae8e..145bce0 100644
--- a/include/asm-mips/mach-rm/mc146818rtc.h
+++ b/include/asm-mips/mach-rm/mc146818rtc.h
@@ -10,7 +10,7 @@
 #ifndef __ASM_MACH_RM_MC146818RTC_H
 #define __ASM_MACH_RM_MC146818RTC_H
 
-#if CONFIG_CPU_BIG_ENDIAN
+#ifdef CONFIG_CPU_BIG_ENDIAN
 #define mc146818_decode_year(year) ((year) < 70 ? (year) + 2000 : (year) + 
1900)
 #else
 #define mc146818_decode_year(year) ((year) + 1980)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to