Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux: Kernel
[PATCH 1/3] Trivial: Fix filenames in their headers for the EMMA Mark-eins.
 

Index | Next | Previous | View Flat


cascardo at holoscopio

Jul 4, 2009, 3:30 PM


Views: 129
Permalink
[PATCH 1/3] Trivial: Fix filenames in their headers for the EMMA Mark-eins.

After some renaming, these filenames were not updated to reflect their
new locations.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo[at]holoscopio.com>
---
arch/mips/emma/common/Makefile | 2 +-
arch/mips/emma/common/prom.c | 2 +-
arch/mips/emma/markeins/Makefile | 2 +-
arch/mips/emma/markeins/irq.c | 2 +-
arch/mips/emma/markeins/led.c | 2 +-
arch/mips/emma/markeins/platform.c | 2 +-
arch/mips/emma/markeins/setup.c | 2 +-
arch/mips/include/asm/emma/markeins.h | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/mips/emma/common/Makefile b/arch/mips/emma/common/Makefile
index c392d28..faf73c3 100644
--- a/arch/mips/emma/common/Makefile
+++ b/arch/mips/emma/common/Makefile
@@ -1,5 +1,5 @@
#
-# arch/mips/emma2rh/common/Makefile
+# arch/mips/emma/common/Makefile
# Makefile for the common code of NEC EMMA2RH based board.
#
# Copyright (C) NEC Electronics Corporation 2005-2006
diff --git a/arch/mips/emma/common/prom.c b/arch/mips/emma/common/prom.c
index 120f53f..867b1cc 100644
--- a/arch/mips/emma/common/prom.c
+++ b/arch/mips/emma/common/prom.c
@@ -1,5 +1,5 @@
/*
- * arch/mips/emma2rh/common/prom.c
+ * arch/mips/emma/common/prom.c
* This file is prom file.
*
* Copyright (C) NEC Electronics Corporation 2004-2006
diff --git a/arch/mips/emma/markeins/Makefile b/arch/mips/emma/markeins/Makefile
index 16e0017..1870f50 100644
--- a/arch/mips/emma/markeins/Makefile
+++ b/arch/mips/emma/markeins/Makefile
@@ -1,5 +1,5 @@
#
-# arch/mips/emma2rh/markeins/Makefile
+# arch/mips/emma/markeins/Makefile
# Makefile for the common code of NEC EMMA2RH based board.
#
# Copyright (C) NEC Electronics Corporation 2005-2006
diff --git a/arch/mips/emma/markeins/irq.c b/arch/mips/emma/markeins/irq.c
index 43828ae..4dc5d45 100644
--- a/arch/mips/emma/markeins/irq.c
+++ b/arch/mips/emma/markeins/irq.c
@@ -1,5 +1,5 @@
/*
- * arch/mips/emma2rh/markeins/irq.c
+ * arch/mips/emma/markeins/irq.c
* This file defines the irq handler for EMMA2RH.
*
* Copyright (C) NEC Electronics Corporation 2004-2006
diff --git a/arch/mips/emma/markeins/led.c b/arch/mips/emma/markeins/led.c
index 377a181..1a40ce4 100644
--- a/arch/mips/emma/markeins/led.c
+++ b/arch/mips/emma/markeins/led.c
@@ -1,5 +1,5 @@
/*
- * arch/mips/emma2rh/markeins/led.c
+ * arch/mips/emma/markeins/led.c
* This file defines the led display for Mark-eins.
*
* Copyright (C) NEC Electronics Corporation 2004-2006
diff --git a/arch/mips/emma/markeins/platform.c b/arch/mips/emma/markeins/platform.c
index 80ae12e..4399697 100644
--- a/arch/mips/emma/markeins/platform.c
+++ b/arch/mips/emma/markeins/platform.c
@@ -1,5 +1,5 @@
/*
- * arch/mips/emma2rh/markeins/platofrm.c
+ * arch/mips/emma/markeins/platform.c
* This file sets up platform devices for EMMA2RH Mark-eins.
*
* Copyright(C) MontaVista Software Inc, 2006
diff --git a/arch/mips/emma/markeins/setup.c b/arch/mips/emma/markeins/setup.c
index 67f4565..e4fdb72 100644
--- a/arch/mips/emma/markeins/setup.c
+++ b/arch/mips/emma/markeins/setup.c
@@ -1,5 +1,5 @@
/*
- * arch/mips/emma2rh/markeins/setup.c
+ * arch/mips/emma/markeins/setup.c
* This file is setup for EMMA2RH Mark-eins.
*
* Copyright (C) NEC Electronics Corporation 2004-2006
diff --git a/arch/mips/include/asm/emma/markeins.h b/arch/mips/include/asm/emma/markeins.h
index 973b062..f730c7a 100644
--- a/arch/mips/include/asm/emma/markeins.h
+++ b/arch/mips/include/asm/emma/markeins.h
@@ -1,5 +1,5 @@
/*
- * include/asm-mips/emma2rh/markeins.h
+ * arch/mips/include/asm/emma/markeins.h
* This file is EMMA2RH board depended header.
*
* Copyright (C) NEC Electronics Corporation 2005-2006
--
1.6.3

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

Subject User Time
[PATCH 1/3] Trivial: Fix filenames in their headers for the EMMA Mark-eins. cascardo at holoscopio Jul 4, 2009, 3:30 PM
    Re: [PATCH 1/3] Trivial: Fix filenames in their headers for the EMMA Mark-eins. skuribay at pobox Jul 4, 2009, 3:47 PM
    Re: [PATCH 1/3] Trivial: Fix filenames in their headers for the EMMA Mark-eins. ralf at linux-mips Jul 5, 2009, 3:30 PM
        Re: [PATCH 1/3] Trivial: Fix filenames in their headers for the EMMA Mark-eins. shinya.kuribayashi at necel Jul 5, 2009, 5:12 PM
            Re: [PATCH 1/3] Trivial: Fix filenames in their headers for the EMMA Mark-eins. cascardo at holoscopio Jul 5, 2009, 7:23 PM
            Re: [PATCH 1/3] Trivial: Fix filenames in their headers for the EMMA Mark-eins. ralf at linux-mips Jul 6, 2009, 1:23 AM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.