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>
Этот коммит содержится в:
Paul Gortmaker
2011-09-22 09:34:58 -04:00
родитель da155d5b40
Коммит d81a6d7176
45 изменённых файлов: 45 добавлений и 0 удалений

Просмотреть файл

@@ -28,6 +28,7 @@
#include "seq_oss_timer.h"
#include "seq_oss_event.h"
#include <linux/init.h>
#include <linux/export.h>
#include <linux/moduleparam.h>
#include <linux/slab.h>

Просмотреть файл

@@ -22,6 +22,7 @@
*/
#include <linux/init.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <sound/core.h>
#include <sound/minors.h>

Просмотреть файл

@@ -20,6 +20,7 @@
*/
#include <linux/init.h>
#include <linux/export.h>
#include <sound/core.h>
#include "seq_info.h"

Просмотреть файл

@@ -19,6 +19,7 @@
*
*/
#include <linux/export.h>
#include <sound/core.h>
#include "seq_lock.h"

Просмотреть файл

@@ -21,6 +21,7 @@
*/
#include <linux/init.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <sound/core.h>

Просмотреть файл

@@ -20,6 +20,7 @@
*/
#include <linux/init.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <sound/core.h>
#include "seq_system.h"