From: Adrian Bunk Date: Thu, 7 Dec 2006 04:38:25 +0000 (-0800) Subject: [PATCH] make ecryptfs_version_str_map[] static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8487f2e4067839ad3d009c240d51b682264320ae;p=linux-beck.git [PATCH] make ecryptfs_version_str_map[] static Signed-off-by: Adrian Bunk Acked-by: Michael Halcrow Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index 306f8fbd1a08..3ede12b25933 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c @@ -691,7 +691,7 @@ static ssize_t version_show(struct ecryptfs_obj *obj, char *buff) static struct ecryptfs_attribute sysfs_attr_version = __ATTR_RO(version); -struct ecryptfs_version_str_map_elem { +static struct ecryptfs_version_str_map_elem { u32 flag; char *str; } ecryptfs_version_str_map[] = {