From: Frederic Weisbecker Date: Tue, 13 Apr 2010 20:46:36 +0000 (+0200) Subject: sunrpc: Include missing smp_lock.h X-Git-Tag: v2.6.35-rc1~491^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99df95a22f7cfcf85405d4edc07c2d953542f0dd;p=pandora-kernel.git sunrpc: Include missing smp_lock.h Now that cache_ioctl_procfs() calls the bkl explicitly, we need to include the relevant header as well. This fixes the following build error: net/sunrpc/cache.c: In function 'cache_ioctl_procfs': net/sunrpc/cache.c:1355: error: implicit declaration of function 'lock_kernel' net/sunrpc/cache.c:1359: error: implicit declaration of function 'unlock_kernel' Reported-by: Stephen Rothwell Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed