[PATCH] fix "USB: move <linux/usb_input.h> to <linux/usb/input.h>"

Update this driver for recent header file movement.

Cc: David Brownell <david-b@pacbell.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Andrew Morton 2006-06-26 00:24:30 -07:00 committed by Linus Torvalds
parent fcc18e83e1
commit 20c5426f81
1 changed files with 1 additions and 1 deletions

View File

@ -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"