diff options
author | David Howells <dhowells@redhat.com> | 2010-10-07 14:08:50 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2010-10-07 14:08:50 +0100 |
commit | f3441945da3a93ee4bef923628f280ad114cf49f (patch) | |
tree | d576fb17a626e1cbcb2cd12b10fabac053593e2e /arch/blackfin/mach-bf533/boards/stamp.c | |
parent | 3dcc1e7f9fd48f20beefd41a684cd471a96565c5 (diff) | |
download | talos-op-linux-f3441945da3a93ee4bef923628f280ad114cf49f.tar.gz talos-op-linux-f3441945da3a93ee4bef923628f280ad114cf49f.zip |
Blackfin: Split the BF532 BFIN_*_FIO_FLAG() functions to their own header
Split the BF532 machine type BFIN_*_FIO_FLAG() functions to their own header
file to avoid circular #include problems as these functions require IRQ flag
handling, which requires asm/blackfin.h, which otherwise requires the header
file that defines these functions.
For good measure, also get rid of the inclusion of asm/blackfin.h from
mach/cdefBF532.h (which is circular) and defBF532.h (which is included by
asm/blackfin.h before including this header).
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/blackfin/mach-bf533/boards/stamp.c')
-rw-r--r-- | arch/blackfin/mach-bf533/boards/stamp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf533/boards/stamp.c b/arch/blackfin/mach-bf533/boards/stamp.c index c457eaa60239..29c219eff2ff 100644 --- a/arch/blackfin/mach-bf533/boards/stamp.c +++ b/arch/blackfin/mach-bf533/boards/stamp.c @@ -24,6 +24,7 @@ #include <asm/reboot.h> #include <asm/portmux.h> #include <asm/dpmc.h> +#include <mach/fio_flag.h> /* * Name the Board for the /proc/cpuinfo |