From: David Howells Date: Thu, 7 Oct 2010 13:08:50 +0000 (+0100) Subject: Blackfin: Split the BF532 BFIN_*_FIO_FLAG() functions to their own header X-Git-Tag: v2.6.37-rc1~186^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3441945da3a93ee4bef923628f280ad114cf49f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed