X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Firqdesc.h;h=514d01626c99ccd0385073d0332d039d26acea39;hb=HEAD;hp=d2032302dd922381f4bc596951d9e1165551772e;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git diff --git a/wrapper/irqdesc.h b/wrapper/irqdesc.h deleted file mode 100644 index d2032302..00000000 --- a/wrapper/irqdesc.h +++ /dev/null @@ -1,20 +0,0 @@ -/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) - * - * wrapper/irqdesc.h - * - * 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. - * - * Copyright (C) 2011-2012 Mathieu Desnoyers - */ - -#ifndef _LTTNG_WRAPPER_IRQDESC_H -#define _LTTNG_WRAPPER_IRQDESC_H - -#include -#include - -struct irq_desc *wrapper_irq_to_desc(unsigned int irq); - -#endif /* _LTTNG_WRAPPER_IRQDESC_H */