aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-v850/hw_irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-v850/hw_irq.h')
-rw-r--r--include/asm-v850/hw_irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-v850/hw_irq.h b/include/asm-v850/hw_irq.h
index 4bdc98edb9f8..a8aab4342712 100644
--- a/include/asm-v850/hw_irq.h
+++ b/include/asm-v850/hw_irq.h
@@ -1,7 +1,7 @@
1#ifndef __V850_HW_IRQ_H__ 1#ifndef __V850_HW_IRQ_H__
2#define __V850_HW_IRQ_H__ 2#define __V850_HW_IRQ_H__
3 3
4extern inline void hw_resend_irq (struct hw_interrupt_type *h, unsigned int i) 4static inline void hw_resend_irq (struct hw_interrupt_type *h, unsigned int i)
5{ 5{
6} 6}
7 7