]> err.no Git - linux-2.6/blobdiff - include/linux/parport_pc.h
Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerp...
[linux-2.6] / 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));