From: Lai Jiangshan Date: Fri, 12 Oct 2012 17:14:15 +0000 (+0800) Subject: srcu: Export process_srcu() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~79^2^2~4^4~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ebfbc991044fd5b89d4529741d7500feb37fbd;p=pandora-kernel.git srcu: Export process_srcu() Because process_srcu() will be used in DEFINE_SRCU(), which is a macro that could be expanded pretty much anywhere, it can no longer be static. Note that process_srcu() is still internal to srcu.h. Signed-off-by: Lai Jiangshan Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed