From: Greg Ungerer <g...@uclinux.org>

The mcfne.h include contains definitions to support NS8390 eth based hardware
on ColdFire based CPU boards. So change its name to reflect that better.

Signed-off-by: Greg Ungerer <g...@uclinux.org>
---
 arch/m68k/include/asm/{mcfne.h => mcf8390.h} |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
 rename arch/m68k/include/asm/{mcfne.h => mcf8390.h} (98%)

diff --git a/arch/m68k/include/asm/mcfne.h b/arch/m68k/include/asm/mcf8390.h
similarity index 98%
rename from arch/m68k/include/asm/mcfne.h
rename to arch/m68k/include/asm/mcf8390.h
index bf638be..bf3d97b 100644
--- a/arch/m68k/include/asm/mcfne.h
+++ b/arch/m68k/include/asm/mcf8390.h
@@ -1,7 +1,7 @@
 /****************************************************************************/
 
 /*
- *     mcfne.h -- NE2000 in ColdFire eval boards.
+ *     mcf8390.h -- NS8390 support for ColdFire eval boards.
  *
  *     (C) Copyright 1999-2000, Greg Ungerer (g...@snapgear.com)
  *     (C) Copyright 2000,      Lineo (www.lineo.com)
@@ -14,8 +14,8 @@
  */
 
 /****************************************************************************/
-#ifndef        mcfne_h
-#define        mcfne_h
+#ifndef        mcf8390_h
+#define        mcf8390_h
 /****************************************************************************/
 
 
@@ -239,4 +239,4 @@ void ne2000_outsw(unsigned int addr, const void *vbuf, 
unsigned long len)
 #endif /* NE2000_OFFOFFSET */
 
 /****************************************************************************/
-#endif /* mcfne_h */
+#endif /* mcf8390_h */
-- 
1.7.0.4

_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to