23f88fe4bf
"extern inline" doesn't make much sense. Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: Miles Bader <miles@gnu.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
8 lines
168 B
C
8 lines
168 B
C
#ifndef __V850_HW_IRQ_H__
|
|
#define __V850_HW_IRQ_H__
|
|
|
|
static inline void hw_resend_irq (struct hw_interrupt_type *h, unsigned int i)
|
|
{
|
|
}
|
|
|
|
#endif /* __V850_HW_IRQ_H__ */
|