[PATCH v05 63/72] include/uapi/sound/Kbuild: remove sound/asoc.h from userspace
From: Mikko Rapeli
Date: Mon Aug 22 2016 - 15:26:37 EST
Based on git commit messages and the #error macro messages it should not be
used in userspace. Fixes userspace compile errors:
sound/asoc.h:21:2: error: #error This API is an early revision and not enabled
in the current
#error This API is an early revision and not enabled in the current
^~~~~
sound/asoc.h:22:2: error: #error kernel release, it will be enabled in a futur
e kernel version
#error kernel release, it will be enabled in a future kernel version
^~~~~
sound/asoc.h:23:2: error: #error with incompatible changes to what is here.
#error with incompatible changes to what is here.
^~~~~
Signed-off-by: Mikko Rapeli <mikko.rapeli@xxxxxx>
---
include/uapi/sound/Kbuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/uapi/sound/Kbuild b/include/uapi/sound/Kbuild
index 691984c..6d8b203 100644
--- a/include/uapi/sound/Kbuild
+++ b/include/uapi/sound/Kbuild
@@ -1,6 +1,5 @@
# UAPI Header export list
header-y += asequencer.h
-header-y += asoc.h
header-y += asound.h
header-y += asound_fm.h
header-y += compress_offload.h
--
2.8.1