Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=969f865f36b65c2fcd1fb1ba09b4a2c6f071f864 Commit: 969f865f36b65c2fcd1fb1ba09b4a2c6f071f864 Parent: 6656920b0b50beacb6cb64cf55273cbb686e436e Author: Frederik Deweerdt <[EMAIL PROTECTED]> AuthorDate: Wed Aug 22 10:47:58 2007 -0700 Committer: Chris Zankel <[EMAIL PROTECTED]> CommitDate: Mon Aug 27 13:54:21 2007 -0700
[patch 2/2] xtensa console.c: remove duplicate #include This patch removes one of the two linux/console.h included in arch/xtensa/platform-iss/console.c Signed-off-by: Frederik Deweerdt <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Chris Zankel <[EMAIL PROTECTED]> --- arch/xtensa/platform-iss/console.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/xtensa/platform-iss/console.c b/arch/xtensa/platform-iss/console.c index 2f4f20f..854677d 100644 --- a/arch/xtensa/platform-iss/console.c +++ b/arch/xtensa/platform-iss/console.c @@ -20,7 +20,6 @@ #include <linux/param.h> #include <linux/serial.h> #include <linux/serialP.h> -#include <linux/console.h> #include <asm/uaccess.h> #include <asm/irq.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