--- linux-2.4.5/drivers/usb/ov511.c.~1~ Thu May 24 18:24:37 2001 +++ linux-2.4.5/drivers/usb/ov511.c Wed Jun 6 00:29:35 2001 @@ -337,7 +337,7 @@ /* IMPORTANT: This output MUST be kept under PAGE_SIZE * or we need to get more sophisticated. */ - out += sprintf (out, "driver_version : %s\n", version); + out += sprintf (out, "driver_version : %s\n", DRIVER_VERSION); out += sprintf (out, "custom_id : %d\n", ov511->customid); out += sprintf (out, "model : %s\n", ov511->desc ? clist[ov511->desc].description : "unknown");