浏览代码

ceph: remove unused stringification macros

These were used to report git versions a long time ago.

Signed-off-by: Ilya Dryomov <idryomov@redhat.com>
Ilya Dryomov 10 年之前
父节点
当前提交
ca3995ad13
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      fs/ceph/super.c

+ 0 - 3
fs/ceph/super.c

@@ -1017,9 +1017,6 @@ static struct file_system_type ceph_fs_type = {
 };
 };
 MODULE_ALIAS_FS("ceph");
 MODULE_ALIAS_FS("ceph");
 
 
-#define _STRINGIFY(x) #x
-#define STRINGIFY(x) _STRINGIFY(x)
-
 static int __init init_ceph(void)
 static int __init init_ceph(void)
 {
 {
 	int ret = init_caches();
 	int ret = init_caches();