1
0

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>
Este cometimento está contido em:
Paul Gortmaker
2011-09-22 09:34:58 -04:00
ascendente da155d5b40
cometimento d81a6d7176
45 ficheiros modificados com 45 adições e 0 eliminações

Ver ficheiro

@@ -29,6 +29,7 @@
#include <linux/delay.h>
#include <linux/ioport.h>
#include <linux/errno.h>
#include <linux/export.h>
#include <sound/core.h>
#include <sound/rawmidi.h>

Ver ficheiro

@@ -16,6 +16,7 @@
***************************************************************************/
#include <linux/io.h>
#include <linux/export.h>
#include <sound/core.h>
#include <sound/control.h>