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:
@@ -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;
|
||||
Reference in New Issue
Block a user