diff options
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2016-02-22 14:13:44 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-22 12:03:22 -0800 |
commit | 40a13d08150d9b8cbec2e9e5105fd1798e8c2db9 (patch) | |
tree | c3adf6b7a6b5585ab7420079444507f60ab244de /drivers/staging/emxx_udc | |
parent | 8779bf84ba1d73c24ac8a0bb55a629ede4a50678 (diff) |
staging: emxx_udc: Remove header file
Remove duplicate include file. Found using includecheck.
Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/emxx_udc')
-rw-r--r-- | drivers/staging/emxx_udc/emxx_udc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/emxx_udc/emxx_udc.c b/drivers/staging/emxx_udc/emxx_udc.c index a1f624f76c8a..d38673c27ae6 100644 --- a/drivers/staging/emxx_udc/emxx_udc.c +++ b/drivers/staging/emxx_udc/emxx_udc.c @@ -21,7 +21,6 @@ #include <linux/ioport.h> #include <linux/slab.h> #include <linux/errno.h> -#include <linux/init.h> #include <linux/list.h> #include <linux/interrupt.h> #include <linux/proc_fs.h> |