--- linux-2.5.2-pre8/drivers/parport/parport_cs.c Sun Sep 30 12:26:08 2001 +++ linux/drivers/parport/parport_cs.c Sat Jan 5 03:07:21 2002 @@ -45,6 +45,7 @@ #include #include #include +#include #include #include @@ -106,7 +107,9 @@ static dev_link_t *dev_list = NULL; extern struct parport_operations parport_pc_ops; +#if (LINUX_VERSION_CODE < VERSION(2,3,6)) static struct parport_operations parport_cs_ops; +#endif /*====================================================================*/