sound: Add module.h to the previously silent sound users
Lots of sound drivers were getting module.h via the implicit presence of it in <linux/device.h> but we are going to clean that up. So fix up those users now. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include <sound/core.h>
|
||||
#include <sound/emux_synth.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/module.h>
|
||||
#include "emux_voice.h"
|
||||
|
||||
MODULE_AUTHOR("Takashi Iwai");
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "emux_voice.h"
|
||||
#include <linux/slab.h>
|
||||
|
||||
#include <linux/module.h>
|
||||
|
||||
/* Prototypes for static functions */
|
||||
static void free_port(void *private);
|
||||
|
@@ -21,6 +21,7 @@
|
||||
#include <linux/mutex.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/module.h>
|
||||
#include <sound/core.h>
|
||||
#include <sound/util_mem.h>
|
||||
|
||||
|
Viittaa uudesa ongelmassa
Block a user