From: Ilya Dryomov Date: Thu, 13 Nov 2014 17:42:35 +0000 (+0300) Subject: ceph: remove unused stringification macros X-Git-Tag: submit/tizen/20160607.132125~3324^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca3995ad13b5e8bb08be850d08fe1e2abffc0206;p=sdk%2Femulator%2Femulator-kernel.git ceph: remove unused stringification macros These were used to report git versions a long time ago. Signed-off-by: Ilya Dryomov --- diff --git a/fs/ceph/super.c b/fs/ceph/super.c index 3b5c1e3..989e86c 100644 --- a/fs/ceph/super.c +++ b/fs/ceph/super.c @@ -1017,9 +1017,6 @@ static struct file_system_type ceph_fs_type = { }; MODULE_ALIAS_FS("ceph"); -#define _STRINGIFY(x) #x -#define STRINGIFY(x) _STRINGIFY(x) - static int __init init_ceph(void) { int ret = init_caches();