aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-12-20 16:34:13 +0100
committerTakashi Iwai <tiwai@suse.de>2019-12-20 16:45:11 +0100
commit4fa406caf950fd46ae06bccf9a4c72171401d203 (patch)
tree5211144036d6aaf3ba2fdacbb2a0321849df908c /include
parentALSA: hdsp: Make uapi/hdsp.h compilable again (diff)
downloadlinux-dev-4fa406caf950fd46ae06bccf9a4c72171401d203.tar.xz
linux-dev-4fa406caf950fd46ae06bccf9a4c72171401d203.zip
ALSA: hdspm: Drop linux/types.h inclusion in uapi header
The hdspm.h uapi header has been used also from non-Linux or platforms that don't have linux/*.h. It was OK in the past because alsa-lib contained the modified version of this header file, but now it tries to the verbatim copy, so it broke the build. This fixes it again. Link: https://lore.kernel.org/r/20191220153415.2740-4-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/sound/hdspm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/uapi/sound/hdspm.h b/include/uapi/sound/hdspm.h
index a38f3f79beb7..2d91f90eb5e1 100644
--- a/include/uapi/sound/hdspm.h
+++ b/include/uapi/sound/hdspm.h
@@ -21,8 +21,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <linux/types.h>
-
/* Maximum channels is 64 even on 56Mode you have 64playbacks to matrix */
#define HDSPM_MAX_CHANNELS 64