From: Jens Axboe Date: Thu, 27 Sep 2012 07:35:03 +0000 (+0200) Subject: fs: fix include/percpu-rwsem.h export error X-Git-Tag: v3.7-rc1~54^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2b1ad800b66f62105a7fd250604d72e07202e66;p=pandora-kernel.git fs: fix include/percpu-rwsem.h export error 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed