X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fcommon%2Flinux_version.h;fp=src%2Fceph%2Fsrc%2Fcommon%2Flinux_version.h;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=5588c55ba2206c9a411e7d97c5c80e00cc7efc74;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/common/linux_version.h b/src/ceph/src/common/linux_version.h deleted file mode 100644 index 5588c55..0000000 --- a/src/ceph/src/common/linux_version.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef CEPH_LINUX_VERSION_H -#define CEPH_LINUX_VERSION_H - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef HAVE_LINUX_VERSION_H -# include -#endif - -#ifndef KERNEL_VERSION -# define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#endif - -int get_linux_version(void); - -#ifdef __cplusplus -} -#endif - -#endif /* CEPH_LINUX_VERSION_H */