All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] locktorture: Remove duplicated include
@ 2016-07-20  8:53 Ma Shimiao
  2016-07-28  9:40 ` Ma Shimiao
  0 siblings, 1 reply; 2+ messages in thread
From: Ma Shimiao @ 2016-07-20  8:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ma Shimiao

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
---
 kernel/locking/locktorture.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/locking/locktorture.c b/kernel/locking/locktorture.c
index f8c5af5..9c4880f 100644
--- a/kernel/locking/locktorture.c
+++ b/kernel/locking/locktorture.c
@@ -522,7 +522,6 @@ static struct lock_torture_ops rwsem_lock_ops = {
 	.name		= "rwsem_lock"
 };
 
-#include <linux/percpu-rwsem.h>
 static struct percpu_rw_semaphore pcpu_rwsem;
 
 void torture_percpu_rwsem_init(void)
-- 
2.4.11

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] locktorture: Remove duplicated include
  2016-07-20  8:53 [PATCH] locktorture: Remove duplicated include Ma Shimiao
@ 2016-07-28  9:40 ` Ma Shimiao
  0 siblings, 0 replies; 2+ messages in thread
From: Ma Shimiao @ 2016-07-28  9:40 UTC (permalink / raw)
  To: linux-kernel

ping

On 07/20/2016 04:53 PM, Ma Shimiao wrote:
> Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
> ---
>  kernel/locking/locktorture.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/kernel/locking/locktorture.c b/kernel/locking/locktorture.c
> index f8c5af5..9c4880f 100644
> --- a/kernel/locking/locktorture.c
> +++ b/kernel/locking/locktorture.c
> @@ -522,7 +522,6 @@ static struct lock_torture_ops rwsem_lock_ops = {
>  	.name		= "rwsem_lock"
>  };
>  
> -#include <linux/percpu-rwsem.h>
>  static struct percpu_rw_semaphore pcpu_rwsem;
>  
>  void torture_percpu_rwsem_init(void)
> 


-- 
Ma Shimiao
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-28  9:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20  8:53 [PATCH] locktorture: Remove duplicated include Ma Shimiao
2016-07-28  9:40 ` Ma Shimiao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.