[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200707292348.25880.jesper.juhl@gmail.com>
Date: Sun, 29 Jul 2007 23:48:25 +0200
From: Jesper Juhl <jesper.juhl@...il.com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Cc: Aidan Williams <aidan@...ta.com.au>, aubrey.li@...log.com,
bernd.schmidt@...log.com, bryan.wu@...log.com,
grace.pan@...log.com, marc.hoffman@...log.com,
michael.hennerich@...log.com, michael.frysinger@...log.com,
jerry.zeng@...log.com, jie.zhang@...log.com, robin.getz@...log.com,
roy.huang@...log.com, sonic.zhang@...log.com, vivi.li@...log.com,
yi.li@...log.com, Andrew Morton <akpm@...ux-foundation.org>,
Jesper Juhl <jesper.juhl@...il.com>
Subject: [PATCH] Blackfin: Remove duplicate inclusion of linux/irq.h
Hi,
arch/blackfin/mach-bf548/boards/ezkit.c includes linux/irq.h twice.
This patch removes the duplicate.
Signed-off-by: Jesper Juhl <jesper.juhl@...il.com>
---
arch/blackfin/mach-bf548/boards/ezkit.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c
index 96ad95f..9e00ada 100644
--- a/arch/blackfin/mach-bf548/boards/ezkit.c
+++ b/arch/blackfin/mach-bf548/boards/ezkit.c
@@ -35,7 +35,6 @@
#include <linux/spi/spi.h>
#include <linux/spi/flash.h>
#include <linux/irq.h>
-#include <linux/irq.h>
#include <linux/interrupt.h>
#include <asm/bfin5xx_spi.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists