diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-07-04 13:49:59 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-12 07:54:44 -0700 |
commit | 2c624880fb34e5ad2a5832b9c5b3a49d1e579a3d (patch) | |
tree | 86e18788db5def924170357892d62908b9a94ca7 /arch | |
parent | 99ee038d41ebbb442921b6d388d08e907b037dac (diff) | |
download | linux-3.10-2c624880fb34e5ad2a5832b9c5b3a49d1e579a3d.tar.gz linux-3.10-2c624880fb34e5ad2a5832b9c5b3a49d1e579a3d.tar.bz2 linux-3.10-2c624880fb34e5ad2a5832b9c5b3a49d1e579a3d.zip |
m68knommu: move the badly named mcfne.h to a better mcf8390.h
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 <gerg@uclinux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68k/include/asm/mcf8390.h (renamed from arch/m68k/include/asm/mcfne.h) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/m68k/include/asm/mcfne.h b/arch/m68k/include/asm/mcf8390.h index bf638be0958..bf3d97baeae 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 (gerg@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 */ |