提交 81684ee6 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

[PATCH] include/linux/parport_pc.h: "extern inline" -> "static inline"

"extern inline" doesn't make much sense.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 a1b9168d
...@@ -79,7 +79,7 @@ static __inline__ unsigned char parport_pc_read_data(struct parport *p) ...@@ -79,7 +79,7 @@ static __inline__ unsigned char parport_pc_read_data(struct parport *p)
} }
#ifdef DEBUG_PARPORT #ifdef DEBUG_PARPORT
extern __inline__ void dump_parport_state (char *str, struct parport *p) static inline void dump_parport_state (char *str, struct parport *p)
{ {
/* here's hoping that reading these ports won't side-effect anything underneath */ /* here's hoping that reading these ports won't side-effect anything underneath */
unsigned char ecr = inb (ECONTROL (p)); unsigned char ecr = inb (ECONTROL (p));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册