Commit ca3995ad13b5e8bb08be850d08fe1e2abffc0206

Authored by Ilya Dryomov
1 parent a3fc98005c

ceph: remove unused stringification macros

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

Signed-off-by: Ilya Dryomov <idryomov@redhat.com>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

... ... @@ -1017,9 +1017,6 @@
1017 1017 };
1018 1018 MODULE_ALIAS_FS("ceph");
1019 1019  
1020   -#define _STRINGIFY(x) #x
1021   -#define STRINGIFY(x) _STRINGIFY(x)
1022   -
1023 1020 static int __init init_ceph(void)
1024 1021 {
1025 1022 int ret = init_caches();