summaryrefslogtreecommitdiffstats
path: root/configfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'configfs.c')
-rw-r--r--configfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/configfs.c b/configfs.c
index 13e38b2..49eaa78 100644
--- a/configfs.c
+++ b/configfs.c
@@ -7,7 +7,8 @@
* configfs.c - AVIRT configfs support
*/
-#include <sound/core.h>
+#include <linux/slab.h>
+
#include "core_internal.h"
#define D_LOGNAME "configfs"