Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da155d5b authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 31623caa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
#include <sound/core.h>
#include <asm/macio.h>
#include <linux/pci.h>
#include <linux/module.h>
#include "../soundbus.h"
#include "i2sbus.h"

+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include <linux/interrupt.h>
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/module.h>

#include <sound/ac97_codec.h>
#include <sound/pxa2xx-lib.h>
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
 * published by the Free Software Foundation.
 */

#include <linux/module.h>
#include <sound/core.h>
#include <sound/pxa2xx-lib.h>

+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@

#include <linux/threads.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/time.h>
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include <linux/slab.h>
#include <linux/time.h>
#include <linux/mutex.h>
#include <linux/module.h>
#include <sound/core.h>
#include <sound/control.h>
#include <sound/minors.h>
Loading