powerpc: Delete __cpuinit usage from all users
[linux/fpc-iii.git] / arch / blackfin / mach-bf538 / include / mach / blackfin.h
blob791d08400cf0d03e31b3b755e03c45aa7b25a506
1 /*
2 * Copyright 2008-2010 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
5 */
7 #ifndef _MACH_BLACKFIN_H_
8 #define _MACH_BLACKFIN_H_
10 #define BF538_FAMILY
12 #include "bf538.h"
13 #include "anomaly.h"
15 #include <asm/def_LPBlackfin.h>
16 #ifdef CONFIG_BF538
17 # include "defBF538.h"
18 #endif
19 #ifdef CONFIG_BF539
20 # include "defBF539.h"
21 #endif
23 #ifndef __ASSEMBLY__
24 # include <asm/cdef_LPBlackfin.h>
25 # ifdef CONFIG_BF538
26 # include "cdefBF538.h"
27 # endif
28 # ifdef CONFIG_BF539
29 # include "cdefBF539.h"
30 # endif
31 #endif
33 #endif