Commit 81684ee6 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

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

"extern inline" doesn't make much sense.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment