From: Benjamin Romer Date: Tue, 30 Sep 2014 16:08:11 +0000 (-0400) Subject: staging: unisys: remove excess blank lines in uisthread.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d559f2cf4d16f162ca8d35df42d41bce97c82de5;p=linux-beck.git staging: unisys: remove excess blank lines in uisthread.h Take out those doubled blank lines in uisthread.h. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- 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,