sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 22 Sep 2011 13:34:58 +0000 (09:34 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:22 +0000 (19:31 -0400)
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>

No differences found