sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed

These aren't modules, but they do make use of these macros, so
they will need export.h to get that definition.  Previously,
they got it via the implicit module.h inclusion.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Esse commit está contido em:
Paul Gortmaker
2011-09-22 09:34:58 -04:00
commit d81a6d7176
45 arquivos alterados com 45 adições e 0 exclusões

Ver arquivo

@@ -24,6 +24,7 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/ioport.h>
#include <linux/export.h>
#include <linux/delay.h>
#include <sound/core.h>
#include <sound/emu8000.h>

Ver arquivo

@@ -20,6 +20,7 @@
*/
#include "emu8000_local.h"
#include <linux/export.h>
#include <sound/asoundef.h>
/*