summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/audio_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/greybus/audio_manager.h')
-rw-r--r--drivers/staging/greybus/audio_manager.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/greybus/audio_manager.h b/drivers/staging/greybus/audio_manager.h
index be605485a8ce..c3ef62ee22c8 100644
--- a/drivers/staging/greybus/audio_manager.h
+++ b/drivers/staging/greybus/audio_manager.h
@@ -55,13 +55,6 @@ int gb_audio_manager_remove(int id);
void gb_audio_manager_remove_all(void);
/*
- * Retrieves a gb_audio_manager_module_descriptor for the specified id.
- * Returns the gb_audio_manager_module_descriptor structure,
- * or NULL if there is no module with the specified ID.
- */
-struct gb_audio_manager_module *gb_audio_manager_get_module(int id);
-
-/*
* Decreases the refcount of the module, obtained by the get function.
* Modules are removed via gb_audio_manager_remove
*/