* [PATCH] fix quickcam messenger build (git9)
@ 2006-06-26 1:29 Randy.Dunlap
2006-06-26 12:49 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2006-06-26 1:29 UTC (permalink / raw)
To: lkml; +Cc: akpm, mchehab
From: Randy Dunlap <rdunlap@xenotime.net>
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@xenotime.net>
---
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"
---
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fix quickcam messenger build (git9)
2006-06-26 1:29 [PATCH] fix quickcam messenger build (git9) Randy.Dunlap
@ 2006-06-26 12:49 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2006-06-26 12:49 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: lkml, akpm
Hi, Randy,
> header filename changed:
> drivers/media/video/usbvideo/quickcam_messenger.c:36:11: error: unable to open 'linux/usb_input.h'
Thanks. Andrew had already noticed this while at -mm tree and sent a
fix. I've asked Linus to pull it, and should be in mainstream shortly.
Cheers,
Mauro.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-26 12:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-26 1:29 [PATCH] fix quickcam messenger build (git9) Randy.Dunlap
2006-06-26 12:49 ` Mauro Carvalho Chehab
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.