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>
Esse commit está contido em:
Paul Gortmaker
2011-07-15 12:38:28 -04:00
commit da155d5b40
150 arquivos alterados com 151 adições e 1 exclusões

Ver arquivo

@@ -30,6 +30,7 @@
#include <asm/mach-types.h>
#include <mach/hardware.h>
#include <linux/gpio.h>
#include <linux/module.h>
#include <plat/mcbsp.h>
#include "omap-mcbsp.h"