From d559f2cf4d16f162ca8d35df42d41bce97c82de5 Mon Sep 17 00:00:00 2001 From: Benjamin Romer Date: Tue, 30 Sep 2014 12:08:11 -0400 Subject: [PATCH] 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 --- drivers/staging/unisys/include/uisthread.h | 3 --- 1 file changed, 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, -- 2.39.5