diff options
author | David Brownell <david-b@pacbell.net> | 2006-06-13 19:04:34 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-22 00:04:18 +0200 |
commit | ae0dadcf0f912cbab2ac84caa437454620bf71b2 (patch) | |
tree | 8ad54ef4ddb8615256ee71196cbfca912e647a5c /drivers/usb/input/ati_remote2.c | |
parent | [PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h> (diff) | |
download | linux-ae0dadcf0f912cbab2ac84caa437454620bf71b2.tar.xz linux-ae0dadcf0f912cbab2ac84caa437454620bf71b2.zip |
[PATCH] USB: move <linux/usb_input.h> to <linux/usb/input.h>
Move <linux/usb_input.h> to <linux/usb/input.h> and remove some
redundant includes.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/input/ati_remote2.c')
-rw-r--r-- | drivers/usb/input/ati_remote2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/ati_remote2.c b/drivers/usb/input/ati_remote2.c index ab1a1ae24be9..ea71de81ca6b 100644 --- a/drivers/usb/input/ati_remote2.c +++ b/drivers/usb/input/ati_remote2.c @@ -8,7 +8,7 @@ * as published by the Free Software Foundation. */ -#include <linux/usb_input.h> +#include <linux/usb/input.h> #define DRIVER_DESC "ATI/Philips USB RF remote driver" #define DRIVER_VERSION "0.1" |