Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca3995ad authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

ceph: remove unused stringification macros



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

Signed-off-by: default avatarIlya Dryomov <idryomov@redhat.com>
parent a3fc9800
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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();