Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2cbfe107434b9651168afb21015f3285e02beed3
Commit:     2cbfe107434b9651168afb21015f3285e02beed3
Parent:     2d8f161fe3d6f8d4a2a6f7d068757261b49191f7
Author:     Bryan Wu <[EMAIL PROTECTED]>
AuthorDate: Sun Aug 5 15:31:16 2007 +0800
Committer:  Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Sun Aug 5 15:31:16 2007 +0800

    Blackfin arch: kill ezkit548 compiling warning
    
    kill ezkit548 compiling warning:
      - include/asm/cplb.h:42:5: warning: "ANOMALY_05000158" is not defined
    
    Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
 include/asm-blackfin/mach-bf548/anomaly.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/asm-blackfin/mach-bf548/anomaly.h 
b/include/asm-blackfin/mach-bf548/anomaly.h
index 2248378..d3638e3 100644
--- a/include/asm-blackfin/mach-bf548/anomaly.h
+++ b/include/asm-blackfin/mach-bf548/anomaly.h
@@ -70,6 +70,7 @@
 
 /* Anomalies that don't exist on this proc */
 #define ANOMALY_05000125 (0)
+#define ANOMALY_05000158 (0)
 #define ANOMALY_05000183 (0)
 #define ANOMALY_05000198 (0)
 #define ANOMALY_05000244 (0)
-
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