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:
7b64db6
)
sparc: move symbol exporters to use export.h not module.h
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Fri, 22 Jul 2011 17:18:16 +0000
(13:18 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:30:53 +0000
(19:30 -0400)
Many of the core sparc kernel files are not modules, but just
including module.h for exporting symbols. Now these files can
use the lighter footprint export.h for this role.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
No differences found