Commit 4f1c85e1 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] remove sched.h from nfsd/cache.h

nfsd/cache.h doesn't need sched.h, just sockaddr_in and iovec
parent 31c8380c
......@@ -11,7 +11,8 @@
#define NFSCACHE_H
#ifdef __KERNEL__
#include <linux/sched.h>
#include <linux/in.h>
#include <linux/uio.h>
/*
* Representation of a reply cache entry. The first two members *must*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment