diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-20 22:31:46 +0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 08:14:28 +0300 |
commit | 4ed250a563203efd98db05905839269e145785d5 (patch) | |
tree | ddb05a85ee13f2a4e74da6c6fa840dc4c61fc205 /arch/blackfin/mach-bf548/include/mach/defBF547.h | |
parent | 5da8a3dc480f0424e7bcb9e41b140b1e70c5fdfb (diff) | |
download | linux-4ed250a563203efd98db05905839269e145785d5.tar.xz |
Blackfin: fix some BF547 header copy & paste typos
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf548/include/mach/defBF547.h')
-rw-r--r-- | arch/blackfin/mach-bf548/include/mach/defBF547.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/blackfin/mach-bf548/include/mach/defBF547.h b/arch/blackfin/mach-bf548/include/mach/defBF547.h index c4dcf302d9f5..72c343646b2a 100644 --- a/arch/blackfin/mach-bf548/include/mach/defBF547.h +++ b/arch/blackfin/mach-bf548/include/mach/defBF547.h @@ -4,18 +4,18 @@ * Licensed under the ADI BSD license or the GPL-2 (or later) */ -#ifndef _DEF_BF548_H -#define _DEF_BF548_H +#ifndef _DEF_BF547_H +#define _DEF_BF547_H /* Include all Core registers and bit definitions */ #include <asm/def_LPBlackfin.h> -/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF548 */ +/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF547 */ /* Include defBF54x_base.h for the set of #defines that are common to all ADSP-BF54x processors */ #include "defBF54x_base.h" -/* The following are the #defines needed by ADSP-BF548 that are not in the common header */ +/* The following are the #defines needed by ADSP-BF547 that are not in the common header */ /* Timer Registers */ @@ -1217,4 +1217,4 @@ /* ******************************************* */ -#endif /* _DEF_BF548_H */ +#endif /* _DEF_BF547_H */ |