From: Tzvetelin Katchov Date: Thu, 8 Oct 2015 00:15:21 +0000 (-0400) Subject: fs: 9p: cache.h: Add #define of include guard X-Git-Tag: v4.4-rc1~14^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c7afc440c8ec311ae135df892cc489436a1ff00;p=platform%2Fkernel%2Flinux-exynos.git fs: 9p: cache.h: Add #define of include guard The include file was intended to have an include guard, but the #define part is missing. Signed-off-by: Tzvetelin Katchov Signed-off-by: Al Viro --- diff --git a/fs/9p/cache.h b/fs/9p/cache.h index 2f96754..247e47e 100644 --- a/fs/9p/cache.h +++ b/fs/9p/cache.h @@ -21,6 +21,7 @@ */ #ifndef _9P_CACHE_H +#define _9P_CACHE_H #ifdef CONFIG_9P_FSCACHE #include #include