diff options
author | Benjamin Romer <benjamin.romer@unisys.com> | 2014-09-30 12:08:11 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-02 09:47:28 -0700 |
commit | d559f2cf4d16f162ca8d35df42d41bce97c82de5 (patch) | |
tree | d50495873a67302b95d4257acc2573b14555e227 /drivers/staging | |
parent | 62dd4cf01a99ad77f0e39c12b2240143d5ededb3 (diff) |
staging: unisys: remove excess blank lines in uisthread.h
Take out those doubled blank lines in uisthread.h.
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/unisys/include/uisthread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/unisys/include/uisthread.h b/drivers/staging/unisys/include/uisthread.h index 26837771b43f..aa86ade7cb13 100644 --- a/drivers/staging/unisys/include/uisthread.h +++ b/drivers/staging/unisys/include/uisthread.h @@ -19,11 +19,9 @@ /* Unisys thread utilities header */ /*****************************************************************************/ - #ifndef __UISTHREAD_H__ #define __UISTHREAD_H__ - #include "linux/completion.h" struct uisthread_info { @@ -33,7 +31,6 @@ struct uisthread_info { struct completion has_stopped; }; - /* returns 0 for failure, 1 for success */ int uisthread_start( struct uisthread_info *thrinfo, |