summaryrefslogtreecommitdiff
path: root/sound/core/vmaster.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-17 15:08:17 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-25 13:55:16 -0400
commit6e6b9227b34d0a023bb6c3af46f9b28a4ff4d72c (patch)
tree9a7b2d8f0e4969ebc8f6986b15eae6b0630e7ca9 /sound/core/vmaster.c
parenta7744e42b5d06f3e5f8a7240946b410a585c260b (diff)
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>
Diffstat (limited to 'sound/core/vmaster.c')
-rw-r--r--sound/core/vmaster.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/vmaster.c b/sound/core/vmaster.c
index a39d3d8c2f9c..5dbab38d04af 100644
--- a/sound/core/vmaster.c
+++ b/sound/core/vmaster.c
@@ -10,6 +10,7 @@
*/
#include <linux/slab.h>
+#include <linux/export.h>
#include <sound/core.h>
#include <sound/control.h>
#include <sound/tlv.h>