On Wed, Feb 20, 2002 at 04:48:01PM -0800, Greg KH wrote:
> 
> [EMAIL PROTECTED], 2002-02-20 16:12:36-08:00, [EMAIL PROTECTED]
>   usb vicam driver:
>       - compile time fixes
> 
>  drivers/usb/vicam.c |    2 ++
>  1 files changed, 2 insertions(+)
>


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#                  ChangeSet    1.383   -> 1.384  
#        drivers/usb/vicam.c    1.9     -> 1.10   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/02/20      [EMAIL PROTECTED]  1.384
# usb vicam driver:
#       - compile time fixes
# --------------------------------------------
#
diff -Nru a/drivers/usb/vicam.c b/drivers/usb/vicam.c
--- a/drivers/usb/vicam.c       Wed Feb 20 16:56:31 2002
+++ b/drivers/usb/vicam.c       Wed Feb 20 16:56:31 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>

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to