aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2011-01-10 08:18:25 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2011-01-10 08:51:44 -0800
commit57cc7215b70856dc6bae8e55b00ecd7b1d7429b1 (patch)
treef6dedefd41e6745a9b801166b99af7d830e41ef2 /include/linux/sunrpc
parent37721e1b0cf98cb65895f234d8c500d270546529 (diff)
downloadkernel_samsung_smdk4412-57cc7215b70856dc6bae8e55b00ecd7b1d7429b1.zip
kernel_samsung_smdk4412-57cc7215b70856dc6bae8e55b00ecd7b1d7429b1.tar.gz
kernel_samsung_smdk4412-57cc7215b70856dc6bae8e55b00ecd7b1d7429b1.tar.bz2
headers: kobject.h redux
Remove kobject.h from files which don't need it, notably, sched.h and fs.h. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h
index 6950c98..78aa104 100644
--- a/include/linux/sunrpc/cache.h
+++ b/include/linux/sunrpc/cache.h
@@ -13,6 +13,7 @@
#ifndef _LINUX_SUNRPC_CACHE_H_
#define _LINUX_SUNRPC_CACHE_H_
+#include <linux/kref.h>
#include <linux/slab.h>
#include <asm/atomic.h>
#include <linux/proc_fs.h>