diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2011-10-25 17:19:52 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-26 16:57:46 -0800 |
commit | f72a1cc74f9f9f239938cbdc309c66dd87ceaf94 (patch) | |
tree | 17beeaeed78460172a18a590fa54e8e02cd28a2a /drivers/staging/hv | |
parent | f50617fabdecdc61076328b6f25d214410fb4244 (diff) | |
download | linux-f72a1cc74f9f9f239938cbdc309c66dd87ceaf94.tar.gz linux-f72a1cc74f9f9f239938cbdc309c66dd87ceaf94.tar.bz2 linux-f72a1cc74f9f9f239938cbdc309c66dd87ceaf94.zip |
Staging: hv: mousevsc: Get rid of unnecessary include files
Get rid of unnecessary include files.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv')
-rw-r--r-- | drivers/staging/hv/hv_mouse.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c index 21cd050b6b49..dd42411b1870 100644 --- a/drivers/staging/hv/hv_mouse.c +++ b/drivers/staging/hv/hv_mouse.c @@ -14,11 +14,8 @@ */ #include <linux/init.h> #include <linux/module.h> -#include <linux/delay.h> #include <linux/device.h> -#include <linux/workqueue.h> -#include <linux/sched.h> -#include <linux/wait.h> +#include <linux/completion.h> #include <linux/input.h> #include <linux/hid.h> #include <linux/hiddev.h> |