From: Jens Axboe Date: Tue, 15 May 2007 17:30:07 +0000 (+0200) Subject: ll_rw_blk: fix gcc 4.2 warning on current_io_context() X-Git-Tag: v2.6.22-rc2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f653c34dd3d8bde2c918316fd5ba2e2c4f95afcf;p=pandora-kernel.git ll_rw_blk: fix gcc 4.2 warning on current_io_context() 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 Signed-off-by: Jens Axboe Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed