[PATCH] include/asm-v850/ "extern inline" -> "static inline"
"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>
This commit is contained in:
committed by
Linus Torvalds
parent
26d89d1eef
commit
23f88fe4bf
@@ -1,7 +1,7 @@
|
||||
#ifndef __V850_HW_IRQ_H__
|
||||
#define __V850_HW_IRQ_H__
|
||||
|
||||
extern inline void hw_resend_irq (struct hw_interrupt_type *h, unsigned int i)
|
||||
static inline void hw_resend_irq (struct hw_interrupt_type *h, unsigned int i)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user