Release 4.9 arch/avr32/include/asm/hw_irq.h
#ifndef __ASM_AVR32_HW_IRQ_H
#define __ASM_AVR32_HW_IRQ_H
static inline void hw_resend_irq(struct irq_chip *h, unsigned int i)
{
/* Nothing to do */
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
haavard skinnemoen | haavard skinnemoen | 16 | 94.12% | 1 | 50.00% |
thomas gleixner | thomas gleixner | 1 | 5.88% | 1 | 50.00% |
| Total | 17 | 100.00% | 2 | 100.00% |
#endif /* __ASM_AVR32_HW_IRQ_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
haavard skinnemoen | haavard skinnemoen | 25 | 96.15% | 1 | 50.00% |
thomas gleixner | thomas gleixner | 1 | 3.85% | 1 | 50.00% |
| Total | 26 | 100.00% | 2 | 100.00% |