diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2014-12-02 05:50:14 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-12-02 19:50:08 -0500 |
commit | d10dc6b3bb4dbf5626dcb7e28d75f590132f413e (patch) | |
tree | 04b10200984ea375a67bcc7f0a84de059bff51d3 | |
parent | bd0f483c873725148c8a54f58f174507a74c4815 (diff) |
staging: unisys: remove duplicate header
these header files were included multiple times
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/unisys/include/timskmod.h | 1 | ||||
-rw-r--r-- | drivers/staging/unisys/uislib/uisutils.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/unisys/include/timskmod.h b/drivers/staging/unisys/include/timskmod.h index de11f440e1e3..cff7983dab85 100644 --- a/drivers/staging/unisys/include/timskmod.h +++ b/drivers/staging/unisys/include/timskmod.h | |||
@@ -31,7 +31,6 @@ | |||
31 | #include <linux/slab.h> | 31 | #include <linux/slab.h> |
32 | #include <linux/errno.h> | 32 | #include <linux/errno.h> |
33 | #include <linux/interrupt.h> | 33 | #include <linux/interrupt.h> |
34 | #include <linux/sched.h> | ||
35 | #include <linux/wait.h> | 34 | #include <linux/wait.h> |
36 | #include <linux/vmalloc.h> | 35 | #include <linux/vmalloc.h> |
37 | #include <linux/proc_fs.h> | 36 | #include <linux/proc_fs.h> |
diff --git a/drivers/staging/unisys/uislib/uisutils.c b/drivers/staging/unisys/uislib/uisutils.c index a8466e30c22a..4a5b86773927 100644 --- a/drivers/staging/unisys/uislib/uisutils.c +++ b/drivers/staging/unisys/uislib/uisutils.c | |||
@@ -25,9 +25,7 @@ | |||
25 | #include "uisutils.h" | 25 | #include "uisutils.h" |
26 | #include "version.h" | 26 | #include "version.h" |
27 | #include "vbushelper.h" | 27 | #include "vbushelper.h" |
28 | #include <linux/uuid.h> | ||
29 | #include <linux/skbuff.h> | 28 | #include <linux/skbuff.h> |
30 | #include <linux/uuid.h> | ||
31 | #ifdef CONFIG_HIGHMEM | 29 | #ifdef CONFIG_HIGHMEM |
32 | #include <linux/highmem.h> | 30 | #include <linux/highmem.h> |
33 | #endif | 31 | #endif |