media: Remove audio_module_driver

* I have not idea what this is for. Seems stuff from a long time ago
when for some reason someone wanted an audio driver implemented in
a kernel module. It is not used anywhere. If someone feels this should
be reverted please let me know and add an explanation.
This commit is contained in:
Barrett17
2018-10-23 16:13:51 +02:00
parent 66741d3615
commit c6be458e6d
3 changed files with 0 additions and 221 deletions
-9
View File
@@ -1,9 +0,0 @@
#include <module.h>
struct audio_module_info
{
module_info module;
void (*print_hello)();
};
typedef struct audio_module_info audio_module_info;