diff -u -w -r1.16 cbm_module.c
--- kernel/cbm_module.c	2002/02/01 20:21:53	1.16
+++ kernel/cbm_module.c	2002/04/17 20:31:12
@@ -25,10 +25,10 @@
 # define DIRECT_PORT_ACCESS
 #endif
     
-#ifdef DIRECT_PORT_ACCESS
 # include <asm/io.h>
 # include <linux/ioport.h>
-#else
+
+#ifndef DIRECT_PORT_ACCESS
 # include <linux/parport.h>
 #endif
 
