X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Firqdesc.h;fp=wrapper%2Firqdesc.h;h=0000000000000000000000000000000000000000;hb=117ab60f69a98dcbc365de8008ab93e6699d153a;hp=d2032302dd922381f4bc596951d9e1165551772e;hpb=7c6d929d62a6e24fb1dbeaee5cd2c8afe77720b7;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 */