[PATCH] fix quickcam messenger build (git9)

From: Randy.Dunlap
Date: Sun Jun 25 2006 - 21:35:52 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

header filename changed:
drivers/media/video/usbvideo/quickcam_messenger.c:36:11: error: unable to open 'linux/usb_input.h'

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---
drivers/media/video/usbvideo/quickcam_messenger.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2617-g9.orig/drivers/media/video/usbvideo/quickcam_messenger.c
+++ linux-2617-g9/drivers/media/video/usbvideo/quickcam_messenger.c
@@ -33,7 +33,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/input.h>
-#include <linux/usb_input.h>
+#include <linux/usb/input.h>

#include "usbvideo.h"
#include "quickcam_messenger.h"


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/