X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=wrapper%2Firqdesc.c;h=cd506166717e4bd6a5b960c019196ba992d81cca;hb=82151df0af0a93508975b15fc26f1fe151d8c6c3;hp=fd3f0c148d9bade00ce920ef6dffe19c3f69c6bf;hpb=e36de50dd09527901339797a61a0a40d241c1a6d;p=lttng-modules.git diff --git a/wrapper/irqdesc.c b/wrapper/irqdesc.c index fd3f0c14..cd506166 100644 --- a/wrapper/irqdesc.c +++ b/wrapper/irqdesc.c @@ -3,7 +3,7 @@ * * wrapper around irq_to_desc. Using KALLSYMS to get its address when * available, else we need to have a kernel that exports this function to GPL - * modules. + * modules. This export was added to the 3.4 kernels. * * Copyright (C) 2011-2012 Mathieu Desnoyers * @@ -22,7 +22,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef CONFIG_KALLSYMS +#include + +#if (defined(CONFIG_KALLSYMS) \ + && (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(3,4,0))) #include #include