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>
Showing
- arch/blackfin/mach-bf533/boards/blackstamp.c 1 addition, 0 deletionsarch/blackfin/mach-bf533/boards/blackstamp.c
- arch/blackfin/mach-bf533/boards/ip0x.c 1 addition, 0 deletionsarch/blackfin/mach-bf533/boards/ip0x.c
- arch/blackfin/mach-bf533/boards/stamp.c 1 addition, 0 deletionsarch/blackfin/mach-bf533/boards/stamp.c
- arch/blackfin/mach-bf533/include/mach/cdefBF532.h 0 additions, 47 deletionsarch/blackfin/mach-bf533/include/mach/cdefBF532.h
- arch/blackfin/mach-bf533/include/mach/fio_flag.h 55 additions, 0 deletionsarch/blackfin/mach-bf533/include/mach/fio_flag.h
Please register or sign in to comment