diff options
author | Ilya Dryomov <idryomov@redhat.com> | 2014-11-13 20:42:35 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@redhat.com> | 2014-12-17 20:09:51 +0300 |
commit | ca3995ad13b5e8bb08be850d08fe1e2abffc0206 (patch) | |
tree | 8540110c7909d8f4679f88d7299e5616ddee3508 /fs/ceph | |
parent | a3fc98005c9c6e4649d26bee0935a7048a95c9e6 (diff) | |
download | op-kernel-dev-ca3995ad13b5e8bb08be850d08fe1e2abffc0206.zip op-kernel-dev-ca3995ad13b5e8bb08be850d08fe1e2abffc0206.tar.gz |
ceph: remove unused stringification macros
These were used to report git versions a long time ago.
Signed-off-by: Ilya Dryomov <idryomov@redhat.com>
Diffstat (limited to 'fs/ceph')
-rw-r--r-- | fs/ceph/super.c | 3 |
1 files changed, 0 insertions, 3 deletions
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(); |