ChangeSet 1.811.1.5, 2002/12/11 00:37:26-08:00, [EMAIL PROTECTED] [PATCH] tipar: fix #include so the driver can compile.
diff -Nru a/drivers/char/tipar.c b/drivers/char/tipar.c --- a/drivers/char/tipar.c Mon Dec 16 16:34:13 2002 +++ b/drivers/char/tipar.c Mon Dec 16 16:34:13 2002 @@ -61,7 +61,7 @@ /* * TI definitions */ -#include "ticable.h" //#include <linux/ticable.h> +#include <linux/ticable.h> /* * Version Information ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
