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:
de7860c
)
ll_rw_blk: fix gcc 4.2 warning on current_io_context()
author
Jens Axboe
<jens.axboe@oracle.com>
Tue, 15 May 2007 17:30:07 +0000
(19:30 +0200)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 15 May 2007 17:44:15 +0000
(10:44 -0700)
current_io_context() is both static and exported with EXPORT_SYMBOL().
As there are no users outside of ll_rw_blk.c itself, just kill the
export.
Problem reported by Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found