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:
e6b5c08
)
fs: fix include/percpu-rwsem.h export error
author
Jens Axboe
<axboe@kernel.dk>
Thu, 27 Sep 2012 07:35:03 +0000
(09:35 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 27 Sep 2012 07:35:03 +0000
(09:35 +0200)
We get the following export error on the include file:
usr/include/linux/fs.h:13: included file 'linux/percpu-rwsem.h' is not exported
Move the include inside the __KERNEL__ section.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
No differences found