Skip to content

Commit

Permalink
Blackfin arch: scrub remaining ASSEMBLY usage since the switch to __A…
Browse files Browse the repository at this point in the history
…SSEMBLY__

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jul 25, 2007
1 parent 314c98d commit 1708268
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/asm-blackfin/mach-bf533/blackfin.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "defBF532.h"
#include "anomaly.h"

#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY))
#if !defined(__ASSEMBLY__)
#include "cdefBF532.h"
#endif

Expand Down
2 changes: 1 addition & 1 deletion include/asm-blackfin/mach-bf537/blackfin.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include "defBF537.h"
#endif

#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY))
#if !defined(__ASSEMBLY__)
#include "cdefBF534.h"

/* UART 0*/
Expand Down
2 changes: 1 addition & 1 deletion include/asm-blackfin/mach-bf548/blackfin.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#include "defBF549.h"
#endif

#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY))
#if !defined(__ASSEMBLY__)
#ifdef CONFIG_BF542
#include "cdefBF542.h"
#endif
Expand Down
2 changes: 1 addition & 1 deletion include/asm-blackfin/mach-bf561/blackfin.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "defBF561.h"
#include "anomaly.h"

#if !(defined(__ASSEMBLY__) || defined(ASSEMBLY))
#if !defined(__ASSEMBLY__)
#include "cdefBF561.h"
#endif

Expand Down

0 comments on commit 1708268

Please sign in to comment.