From: Paul Gortmaker Date: Thu, 22 Sep 2011 13:34:58 +0000 (-0400) Subject: sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed X-Git-Tag: v3.2-rc1~22^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d81a6d71760c4d8323f1f9a506c64084caa09063;p=pandora-kernel.git 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 --- Reading git-diff-tree failed