knfsd: nfsd: remove unused header interface.h
It looks like Al Viro gutted this header file five years ago and it hasn't been touched since. Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu> Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4b2ca38ad6
commit
1e5140279f
|
@ -35,7 +35,6 @@
|
||||||
#include <linux/nfsd/cache.h>
|
#include <linux/nfsd/cache.h>
|
||||||
#include <linux/nfsd/xdr.h>
|
#include <linux/nfsd/xdr.h>
|
||||||
#include <linux/nfsd/syscall.h>
|
#include <linux/nfsd/syscall.h>
|
||||||
#include <linux/nfsd/interface.h>
|
|
||||||
|
|
||||||
#include <asm/uaccess.h>
|
#include <asm/uaccess.h>
|
||||||
|
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
/*
|
|
||||||
* include/linux/nfsd/interface.h
|
|
||||||
*
|
|
||||||
* defines interface between nfsd and other bits of
|
|
||||||
* the kernel. Particularly filesystems (eventually).
|
|
||||||
*
|
|
||||||
* Copyright (C) 2000 Neil Brown <neilb@cse.unsw.edu.au>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef LINUX_NFSD_INTERFACE_H
|
|
||||||
#define LINUX_NFSD_INTERFACE_H
|
|
||||||
|
|
||||||
#endif /* LINUX_NFSD_INTERFACE_H */
|
|
|
@ -22,7 +22,6 @@
|
||||||
#include <linux/nfsd/export.h>
|
#include <linux/nfsd/export.h>
|
||||||
#include <linux/nfsd/auth.h>
|
#include <linux/nfsd/auth.h>
|
||||||
#include <linux/nfsd/stats.h>
|
#include <linux/nfsd/stats.h>
|
||||||
#include <linux/nfsd/interface.h>
|
|
||||||
/*
|
/*
|
||||||
* nfsd version
|
* nfsd version
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue