All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.