Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65989
b: refs/heads/master
c: 1708268
h: refs/heads/master
i:
  65987: 9e9ba8e
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jul 25, 2007
1 parent 13e51bd commit 2b9eb87
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 314c98d589b9da40af42cfe7213eff04c74caea3
refs/heads/master: 1708268f7ee5177c35826f047b91d7324f099ab0
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 trunk/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 trunk/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 2b9eb87

Please sign in to comment.