Thanks, applied.--b. On Tue, Aug 20, 2019 at 01:32:43AM +0000, YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> > --- > fs/nfsd/filecache.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/nfsd/filecache.c b/fs/nfsd/filecache.c > index 4759fdc8a07e..07939f4834e8 100644 > --- a/fs/nfsd/filecache.c > +++ b/fs/nfsd/filecache.c > @@ -6,7 +6,6 @@ > > #include <linux/hash.h> > #include <linux/slab.h> > -#include <linux/hash.h> > #include <linux/file.h> > #include <linux/sched.h> > #include <linux/list_lru.h> > >