sunrpc: Include missing smp_lock.h
authorFrederic Weisbecker <fweisbec@gmail.com>
Tue, 13 Apr 2010 20:46:36 +0000 (22:46 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 17 May 2010 01:06:31 +0000 (03:06 +0200)
commit99df95a22f7cfcf85405d4edc07c2d953542f0dd
tree9bdcd20f1b7191268ded5feb0d1122685e2df44c
parentc2f980500a81006173daf3048284b28832858616
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 <sfr@canb.auug.org.au>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
net/sunrpc/cache.c