[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211019102423.1016081-1-ye.guojin@zte.com.cn>
Date: Tue, 19 Oct 2021 10:24:23 +0000
From: cgel.zte@...il.com
To: mingo@...hat.com
Cc: peterz@...radead.org, acme@...nel.org, mark.rutland@....com,
alexander.shishkin@...ux.intel.com, jolsa@...hat.com,
namhyung@...nel.org, linux-perf-users@...r.kernel.org,
linux-kernel@...r.kernel.org, ye.guojin@....com.cn,
zealci@....com.cn
Subject: [PATCH] perf daemon: remove duplicate include in builtin-daemon.c
From: Ye Guojin <ye.guojin@....com.cn>
'sys/file.h' included in 'builtin-daemon.c' is duplicated.
it's also included at line 10.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: Ye Guojin <ye.guojin@....com.cn>
---
tools/perf/builtin-daemon.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/perf/builtin-daemon.c b/tools/perf/builtin-daemon.c
index c13201fb09c3..6cb3f6cc36d0 100644
--- a/tools/perf/builtin-daemon.c
+++ b/tools/perf/builtin-daemon.c
@@ -1121,8 +1121,6 @@ static int setup_config(struct daemon *daemon)
#ifndef F_TLOCK
#define F_TLOCK 2
-#include <sys/file.h>
-
static int lockf(int fd, int cmd, off_t len)
{
if (cmd != F_TLOCK || len != 0)
--
2.25.1
Powered by blists - more mailing lists