From: "Randy.Dunlap" <rdunlap@xenotime.net>
To: lkml <linux-kernel@vger.kernel.org>
Cc: akpm <akpm@osdl.org>, mchehab@infradead.org
Subject: [PATCH] fix quickcam messenger build (git9)
Date: Sun, 25 Jun 2006 18:29:54 -0700 [thread overview]
Message-ID: <20060625182954.a557ffbd.rdunlap@xenotime.net> (raw)
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"
---
next reply other threads:[~2006-06-26 1:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-26 1:29 Randy.Dunlap [this message]
2006-06-26 12:49 ` Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060625182954.a557ffbd.rdunlap@xenotime.net \
--to=rdunlap@xenotime.net \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®