Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=068732d9b465cafcc56a745c3931f2fc4e58f48f
Commit:     068732d9b465cafcc56a745c3931f2fc4e58f48f
Parent:     787a22d1d284b21ad810fd0bedbdefb329f31cd2
Author:     Chris Zankel <[EMAIL PROTECTED]>
AuthorDate: Sun Aug 5 10:16:54 2007 -0700
Committer:  Chris Zankel <[EMAIL PROTECTED]>
CommitDate: Mon Aug 27 13:53:27 2007 -0700

    [XTENSA] Remove extraneous include statement
    
    We don't need to include processor.h in bug.h.
    
    Signed-off-by: Chris Zankel <[EMAIL PROTECTED]>
---
 include/asm-xtensa/bugs.h |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/include/asm-xtensa/bugs.h b/include/asm-xtensa/bugs.h
index c422853..69b29d1 100644
--- a/include/asm-xtensa/bugs.h
+++ b/include/asm-xtensa/bugs.h
@@ -13,10 +13,6 @@
 #ifndef _XTENSA_BUGS_H
 #define _XTENSA_BUGS_H
 
-#include <asm/processor.h>
-
-static void __init check_bugs(void)
-{
-}
+static void check_bugs(void) { }
 
 #endif /* _XTENSA_BUGS_H */
-
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