diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-03-28 08:32:57 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-03-28 08:32:57 -0400 |
commit | 269647dc8f3b557d0f9ec59533a5e651cc109efb (patch) | |
tree | 67fe4ed8ecea6752624d0a915f9f68e26df6774d /arch/blackfin/mach-bf548 | |
parent | ffc89627ae14b46f41836ddabdc9dc77c597eca5 (diff) |
Blackfin arch: convert BF5{18,27,48}_FAMILY to CONFIG_BF{51,52,54}x
convert BF5{18,27,48}_FAMILY to CONFIG_BF{51,52,54}x as the defines
are redundant in these cases
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf548')
-rw-r--r-- | arch/blackfin/mach-bf548/include/mach/blackfin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf548/include/mach/blackfin.h b/arch/blackfin/mach-bf548/include/mach/blackfin.h index 0c0e3e2c3c21..cf6c1500222a 100644 --- a/arch/blackfin/mach-bf548/include/mach/blackfin.h +++ b/arch/blackfin/mach-bf548/include/mach/blackfin.h | |||
@@ -32,8 +32,6 @@ | |||
32 | #ifndef _MACH_BLACKFIN_H_ | 32 | #ifndef _MACH_BLACKFIN_H_ |
33 | #define _MACH_BLACKFIN_H_ | 33 | #define _MACH_BLACKFIN_H_ |
34 | 34 | ||
35 | #define BF548_FAMILY | ||
36 | |||
37 | #include "bf548.h" | 35 | #include "bf548.h" |
38 | #include "mem_map.h" | 36 | #include "mem_map.h" |
39 | #include "anomaly.h" | 37 | #include "anomaly.h" |