[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-15o4twfkbn6nny9aus90dyzx@git.kernel.org>
Date: Fri, 19 Apr 2019 10:17:01 -0700
From: tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, linux-kernel@...r.kernel.org, mingo@...nel.org,
adrian.hunter@...el.com, tglx@...utronix.de, jolsa@...nel.org,
tiwai@...e.de, namhyung@...nel.org, acme@...hat.com,
danielmentz@...gle.com
Subject: [tip:perf/urgent] tools include uapi: Sync sound/asound.h copy
Commit-ID: 30e4c574969ccb624940f1f2f7886596f8fc60ad
Gitweb: https://git.kernel.org/tip/30e4c574969ccb624940f1f2f7886596f8fc60ad
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Tue, 16 Apr 2019 11:30:15 -0300
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Tue, 16 Apr 2019 12:36:20 -0300
tools include uapi: Sync sound/asound.h copy
Picking the changes from:
Fixes: b5bdbb6ccd11 ("ALSA: uapi: #include <time.h> in asound.h")
Which entails no changes in the tooling side.
To silence this perf tools build warning:
Warning: Kernel ABI header at 'tools/include/uapi/sound/asound.h' differs from latest version at 'include/uapi/sound/asound.h'
diff -u tools/include/uapi/sound/asound.h include/uapi/sound/asound.h
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: Daniel Mentz <danielmentz@...gle.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Takashi Iwai <tiwai@...e.de>
Link: https://lkml.kernel.org/n/tip-15o4twfkbn6nny9aus90dyzx@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/include/uapi/sound/asound.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/include/uapi/sound/asound.h b/tools/include/uapi/sound/asound.h
index 404d4b9ffe76..df1153cea0b7 100644
--- a/tools/include/uapi/sound/asound.h
+++ b/tools/include/uapi/sound/asound.h
@@ -32,6 +32,7 @@
#ifndef __KERNEL__
#include <stdlib.h>
+#include <time.h>
#endif
/*
Powered by blists - more mailing lists