git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da155d5
)
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Thu, 22 Sep 2011 13:34:58 +0000
(09:34 -0400)
committer
Paul 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