X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=lttng-statedump-impl.c;h=3db557327a97708a2dc5a399135a3819f9d14358;hb=360d3efee55154a55c18be32175bee608dcb21df;hp=fb609e34edecf3c51f2572cc101ace8c27eef87a;hpb=3e2bb820a3c3d74f5738590a9e4ca6f5580b4251;p=lttng-modules.git diff --git a/lttng-statedump-impl.c b/lttng-statedump-impl.c index fb609e34..3db55732 100644 --- a/lttng-statedump-impl.c +++ b/lttng-statedump-impl.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include @@ -56,7 +55,7 @@ #include #include #include -#include +#include #ifdef CONFIG_LTTNG_HAS_LIST_IRQ #include @@ -342,7 +341,7 @@ int lttng_enumerate_vm_maps(struct lttng_session *session) #ifdef CONFIG_LTTNG_HAS_LIST_IRQ -#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,39)) +#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(2,6,39)) #define irq_desc_get_chip(desc) get_irq_desc_chip(desc) #endif