Drop support for kernels < 3.0 from lttng-statedump-impl.c
[lttng-modules.git] / lttng-statedump-impl.c
index 8ce50c09fc110d7e64e8d721ce60dc6a50536765..dc037508c055b7f61b8c758d581bd0178e26552a 100644 (file)
@@ -353,10 +353,6 @@ int lttng_enumerate_vm_maps(struct lttng_session *session)
 
 #ifdef CONFIG_LTTNG_HAS_LIST_IRQ
 
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,39))
-#define irq_desc_get_chip(desc) get_irq_desc_chip(desc)
-#endif
-
 static
 int lttng_list_interrupts(struct lttng_session *session)
 {
This page took 0.022663 seconds and 4 git commands to generate.