summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/core.c
diff options
context:
space:
mode:
authorChristian Gromm2019-04-03 15:19:48 +0200
committerGreg Kroah-Hartman2019-04-16 13:25:17 +0200
commit919c03ae11b98681aedc2ac7d00110c387b92f16 (patch)
tree47bfe1ea3b7d0ec0e2a38fa6259c546e47bc09bf /drivers/staging/most/core.c
parentstaging: most: sound: introduce new sound adapter management (diff)
downloadkernel-qcow2-linux-919c03ae11b98681aedc2ac7d00110c387b92f16.tar.gz
kernel-qcow2-linux-919c03ae11b98681aedc2ac7d00110c387b92f16.tar.xz
kernel-qcow2-linux-919c03ae11b98681aedc2ac7d00110c387b92f16.zip
staging: most: enable configfs support
This patch enables the configfs functionality of the driver by registering the configfs subsystems and compiling the configfs part of the sources. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/core.c')
-rw-r--r--drivers/staging/most/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/core.c b/drivers/staging/most/core.c
index d5cf58fd6e3e..e7a8d89b74b4 100644
--- a/drivers/staging/most/core.c
+++ b/drivers/staging/most/core.c
@@ -1765,7 +1765,7 @@ static int __init most_init(void)
err = -ENOMEM;
goto err_unregister_driver;
}
-
+ configfs_init();
return 0;
err_unregister_driver: