From 4ed80bdefe6236a969b1b489e6ab46f700e932ad Mon Sep 17 00:00:00 2001 From: Timo Wischer Date: Wed, 9 Oct 2019 16:43:03 +0200 Subject: [PATCH] sound: virtio: Remove virtio_config header from API definitation The header is not required for the API definitation and results into redifinition conflicts on QNX Change-Id: I3b998806451a98f76f8fa9f44f3da88ec4302eba Signed-off-by: Timo Wischer --- include/uapi/linux/virtio_snd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/uapi/linux/virtio_snd.h b/include/uapi/linux/virtio_snd.h index bd75dc898af436..1da755da16c440 100644 --- a/include/uapi/linux/virtio_snd.h +++ b/include/uapi/linux/virtio_snd.h @@ -34,7 +34,6 @@ #include #include #include -#include /******************************************************************************* * COMMON DEFINITIONS