[PATCH] include/linux/parport_pc.h: "extern inline" -> "static inline"
authorAdrian Bunk <bunk@stusta.de>
Fri, 6 Jan 2006 08:19:53 +0000 (00:19 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:58 +0000 (08:33 -0800)
"extern inline" doesn't make much sense.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/parport_pc.h

index 7e62b3429cdd0c7791806c1fcaa32273eefd70cf..1cc0f6b1a49a97d901b079f0daea1ffbd35e16e6 100644 (file)
@@ -79,7 +79,7 @@ static __inline__ unsigned char parport_pc_read_data(struct parport *p)
 }
 
 #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 */
        unsigned char ecr = inb (ECONTROL (p));