Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __ASSEMBLY__

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
Mike Frysinger 2007-07-25 11:50:42 +08:00 committed by Bryan Wu
parent 314c98d589
commit 1708268f7e
4 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@
#include "defBF532.h"
#include "anomaly.h"
#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY))
#if !defined(__ASSEMBLY__)
#include "cdefBF532.h"
#endif

View file

@ -43,7 +43,7 @@
#include "defBF537.h"
#endif
#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY))
#if !defined(__ASSEMBLY__)
#include "cdefBF534.h"
/* UART 0*/

View file

@ -54,7 +54,7 @@
#include "defBF549.h"
#endif
#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY))
#if !defined(__ASSEMBLY__)
#ifdef CONFIG_BF542
#include "cdefBF542.h"
#endif

View file

@ -38,7 +38,7 @@
#include "defBF561.h"
#include "anomaly.h"
#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY))
#if !defined(__ASSEMBLY__)
#include "cdefBF561.h"
#endif