mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
"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>
9 lines
168 B
C
9 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__ */
|