Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138538
b: refs/heads/master
c: 353bca5
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Benjamin Herrenschmidt committed Mar 11, 2009
1 parent a87354f commit 3b6aaef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 97f7d6bcc10687ff79632da338646a266dd590fc
refs/heads/master: 353bca5ed4e0705ed4a1ac7b82491b223c3b55ba
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/hw_irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static inline int irqs_disabled_flags(unsigned long flags)
* interrupt-retrigger: should we handle this via lost interrupts and IPIs
* or should we not care like we do now ? --BenH.
*/
struct hw_interrupt_type;
struct irq_chip;

#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_HW_IRQ_H */
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/powermac/pic.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <linux/irq.h>

extern struct hw_interrupt_type pmac_pic;
extern struct irq_chip pmac_pic;

extern void pmac_pic_init(void);
extern int pmac_get_irq(void);
Expand Down

0 comments on commit 3b6aaef

Please sign in to comment.