* [PATCH] quickcam messenger build fix
@ 2006-06-26 8:31 Jeff Garzik
2006-06-26 12:47 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Garzik @ 2006-06-26 8:31 UTC (permalink / raw)
To: Andrew Morton, Linus Torvalds; +Cc: linux-kernel, jayakumar.video, mchehab
Fix build by fixing obvious typo in #include.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
diff --git a/drivers/media/video/usbvideo/quickcam_messenger.c b/drivers/media/video/usbvideo/quickcam_messenger.c
index 3f3182a..56e01b6 100644
--- a/drivers/media/video/usbvideo/quickcam_messenger.c
+++ b/drivers/media/video/usbvideo/quickcam_messenger.c
@@ -33,7 +33,7 @@ #include <linux/kernel.h>
#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 related [flat|nested] 2+ messages in thread
* Re: [PATCH] quickcam messenger build fix
2006-06-26 8:31 [PATCH] quickcam messenger build fix Jeff Garzik
@ 2006-06-26 12:47 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2006-06-26 12:47 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Andrew Morton, Linus Torvalds, linux-kernel, jayakumar.video
Hi, jeff,
Thanks.
Em Seg, 2006-06-26 às 04:31 -0400, Jeff Garzik escreveu:
> Fix build by fixing obvious typo in #include.
In fact, it were not a typo, but a change at the header name that went
yesterday to master.
Anyway, Andrew had noticed and did the same fix. I just sent a request
to Linus to pull his patch, along with other fixes on multimedia
drivers.
Cheers,
Mauro.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-26 12:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-26 8:31 [PATCH] quickcam messenger build fix Jeff Garzik
2006-06-26 12:47 ` 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.