aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl-debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/intel/skylake/skl-debug.c')
-rw-r--r--sound/soc/intel/skylake/skl-debug.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/intel/skylake/skl-debug.c b/sound/soc/intel/skylake/skl-debug.c
index 34d06abbf796..dc20d91f62e6 100644
--- a/sound/soc/intel/skylake/skl-debug.c
+++ b/sound/soc/intel/skylake/skl-debug.c
@@ -259,11 +259,3 @@ err:
259 debugfs_remove_recursive(d->fs); 259 debugfs_remove_recursive(d->fs);
260 return NULL; 260 return NULL;
261} 261}
262
263void skl_debugfs_exit(struct skl_debug *d)
264{
265 debugfs_remove_recursive(d->fs);
266
267 kfree(d);
268
269}