From: Michal Piotrowski config.h is obsolete. This patch removes all #include "linux/config.h". Signed-off-by: Michal Piotrowski Cc: David Howells Signed-off-by: Andrew Morton --- fs/nfs/fscache.c | 2 -- include/linux/fscache.h | 1 - 2 files changed, 3 deletions(-) diff -puN fs/nfs/fscache.c~nfs-use-local-caching-configh fs/nfs/fscache.c --- a/fs/nfs/fscache.c~nfs-use-local-caching-configh +++ a/fs/nfs/fscache.c @@ -9,8 +9,6 @@ * 2 of the License, or (at your option) any later version. */ - -#include #include #include #include diff -puN include/linux/fscache.h~nfs-use-local-caching-configh include/linux/fscache.h --- a/include/linux/fscache.h~nfs-use-local-caching-configh +++ a/include/linux/fscache.h @@ -18,7 +18,6 @@ #ifndef _LINUX_FSCACHE_H #define _LINUX_FSCACHE_H -#include #include #include #include _