Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313042
b: refs/heads/master
c: f25b00b
h: refs/heads/master
v: v3
  • Loading branch information
Ludovic Desroches authored and Nicolas Ferre committed Jul 2, 2012
1 parent 6f3e9b6 commit 2ff7a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2d1c9ccd68cdee502eb4829dfe1def7debc0298e
refs/heads/master: f25b00be60ab3865308a89437af66b277b04f53e
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-at91/include/mach/at91_aic.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extern void __iomem *at91_aic_base;
__raw_readl(at91_aic_base + field)

#define at91_aic_write(field, value) \
__raw_writel(value, at91_aic_base + field);
__raw_writel(value, at91_aic_base + field)
#else
.extern at91_aic_base
#endif
Expand Down

0 comments on commit 2ff7a59

Please sign in to comment.