[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:
parent
fcc18e83e1
commit
20c5426f81
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue