Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72203
b: refs/heads/master
c: 8629896
h: refs/heads/master
i:
  72201: 7e4dc3f
  72199: 474ba85
v: v3
  • Loading branch information
Haavard Skinnemoen committed Oct 23, 2007
1 parent a179699 commit 0db8d69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 1c2f173796e4d692b71d1305adb833a104713cd8
refs/heads/master: 86298962c06c2584a8c4df5fb92a70179ca7e4f5
2 changes: 1 addition & 1 deletion trunk/arch/avr32/mach-at32ap/extint.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static int eic_set_irq_type(unsigned int irq, unsigned int flow_type)
return ret;
}

struct irq_chip eic_chip = {
static struct irq_chip eic_chip = {
.name = "eic",
.ack = eic_ack_irq,
.mask = eic_mask_irq,
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/avr32/mach-at32ap/pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@

/* Register access macros */
#define pm_readl(reg) \
__raw_readl((void __iomem *)AT32_PM_BASE + PM_##reg)
__raw_readl((void __iomem __force *)AT32_PM_BASE + PM_##reg)
#define pm_writel(reg,value) \
__raw_writel((value), (void __iomem *)AT32_PM_BASE + PM_##reg)
__raw_writel((value), (void __iomem __force *)AT32_PM_BASE + PM_##reg)

#endif /* __ARCH_AVR32_MACH_AT32AP_PM_H__ */

0 comments on commit 0db8d69

Please sign in to comment.