Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96978
b: refs/heads/master
c: 7e29143
h: refs/heads/master
v: v3
  • Loading branch information
Bryan Wu committed May 19, 2008
1 parent ebe8da3 commit 59d410e
Show file tree
Hide file tree
Showing 2 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: ecb9567e287e082f78fcf055e34613eaf1f7df24
refs/heads/master: 7e291434eb128d7b4217dde6e0543f4342dd51fa
8 changes: 4 additions & 4 deletions trunk/include/asm-blackfin/mach-bf527/blackfin.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
#include "defBF522.h"
#include "anomaly.h"

#if defined(CONFIG_BF527)
#if defined(CONFIG_BF527) || defined(CONFIG_BF526)
#include "defBF527.h"
#endif

#if defined(CONFIG_BF525)
#if defined(CONFIG_BF525) || defined(CONFIG_BF524)
#include "defBF525.h"
#endif

#if !defined(__ASSEMBLY__)
#include "cdefBF522.h"

#if defined(CONFIG_BF527)
#if defined(CONFIG_BF527) || defined(CONFIG_BF526)
#include "cdefBF527.h"
#endif

#if defined(CONFIG_BF525)
#if defined(CONFIG_BF525) || defined(CONFIG_BF524)
#include "cdefBF525.h"
#endif
#endif
Expand Down

0 comments on commit 59d410e

Please sign in to comment.