[PATCH] usb vicam driver fix for 2.5.5

Greg KH (greg@kroah.com)
Wed, 20 Feb 2002 10:10:21 -0800


Hi all,

Here's a small patch for 2.5.5 that enables the USB vicam driver to build
properly again.

thanks,

greg k-h

diff -Nru a/drivers/usb/vicam.c b/drivers/usb/vicam.c
--- a/drivers/usb/vicam.c Wed Feb 20 10:10:15 2002
+++ b/drivers/usb/vicam.c Wed Feb 20 10:10:15 2002
@@ -40,6 +40,8 @@
#include <linux/errno.h>
#include <linux/poll.h>
#include <linux/init.h>
+#include <linux/mm.h>
+#include <linux/pagemap.h>
#include <linux/slab.h>
#include <linux/fcntl.h>
#include <linux/module.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/