aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-01-06 00:19:53 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-06 08:33:58 -0800
commit81684ee645e15601ec935461d9069a3086179c06 (patch)
tree279068d461a61bc6799f97fcf396ef23d218205b
parent[PATCH] simplify PARPORT_PC_PCMCIA dependencies (diff)
downloadlinux-dev-81684ee645e15601ec935461d9069a3086179c06.tar.xz
linux-dev-81684ee645e15601ec935461d9069a3086179c06.zip
[PATCH] include/linux/parport_pc.h: "extern inline" -> "static inline"
"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>
-rw-r--r--include/linux/parport_pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/parport_pc.h b/include/linux/parport_pc.h
index 7e62b3429cdd..1cc0f6b1a49a 100644
--- a/include/linux/parport_pc.h
+++ b/include/linux/parport_pc.h
@@ -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));