Re: [PATCH] m68knommu: Get rid of duplicate include

2007-07-29 Thread Greg Ungerer

Hi Jesper,

Jesper Juhl wrote:
This patch removes the duplicate inclusion of asm/irq.h 
from arch/m68knommu/platform/5206e/config.c


You can add my acked by:

Acked-by: Greg Ungerer <[EMAIL PROTECTED]>



Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
---

 arch/m68knommu/platform/5206e/config.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/m68knommu/platform/5206e/config.c 
b/arch/m68knommu/platform/5206e/config.c
index 4ab614f..425703f 100644
--- a/arch/m68knommu/platform/5206e/config.c
+++ b/arch/m68knommu/platform/5206e/config.c
@@ -20,7 +20,6 @@
 #include 
 #include 
 #include 
-#include 
 
 /***/
 






--

Greg Ungerer  --  Chief Software Dude   EMAIL: [EMAIL PROTECTED]
Secure Computing CorporationPHONE:   +61 7 3435 2888
825 Stanley St, FAX: +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] m68knommu: Get rid of duplicate include

2007-07-29 Thread Jesper Juhl
Hi,

This patch removes the duplicate inclusion of asm/irq.h 
from arch/m68knommu/platform/5206e/config.c


Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
---

 arch/m68knommu/platform/5206e/config.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/m68knommu/platform/5206e/config.c 
b/arch/m68knommu/platform/5206e/config.c
index 4ab614f..425703f 100644
--- a/arch/m68knommu/platform/5206e/config.c
+++ b/arch/m68knommu/platform/5206e/config.c
@@ -20,7 +20,6 @@
 #include 
 #include 
 #include 
-#include 
 
 /***/
 


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] m68knommu: Get rid of duplicate include

2007-07-29 Thread Jesper Juhl
Hi,

This patch removes the duplicate inclusion of asm/irq.h 
from arch/m68knommu/platform/5206e/config.c


Signed-off-by: Jesper Juhl [EMAIL PROTECTED]
---

 arch/m68knommu/platform/5206e/config.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/m68knommu/platform/5206e/config.c 
b/arch/m68knommu/platform/5206e/config.c
index 4ab614f..425703f 100644
--- a/arch/m68knommu/platform/5206e/config.c
+++ b/arch/m68knommu/platform/5206e/config.c
@@ -20,7 +20,6 @@
 #include asm/mcftimer.h
 #include asm/mcfsim.h
 #include asm/mcfdma.h
-#include asm/irq.h
 
 /***/
 


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] m68knommu: Get rid of duplicate include

2007-07-29 Thread Greg Ungerer

Hi Jesper,

Jesper Juhl wrote:
This patch removes the duplicate inclusion of asm/irq.h 
from arch/m68knommu/platform/5206e/config.c


You can add my acked by:

Acked-by: Greg Ungerer [EMAIL PROTECTED]



Signed-off-by: Jesper Juhl [EMAIL PROTECTED]
---

 arch/m68knommu/platform/5206e/config.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/m68knommu/platform/5206e/config.c 
b/arch/m68knommu/platform/5206e/config.c
index 4ab614f..425703f 100644
--- a/arch/m68knommu/platform/5206e/config.c
+++ b/arch/m68knommu/platform/5206e/config.c
@@ -20,7 +20,6 @@
 #include asm/mcftimer.h
 #include asm/mcfsim.h
 #include asm/mcfdma.h
-#include asm/irq.h
 
 /***/
 






--

Greg Ungerer  --  Chief Software Dude   EMAIL: [EMAIL PROTECTED]
Secure Computing CorporationPHONE:   +61 7 3435 2888
825 Stanley St, FAX: +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/