diff options
author | 2019-05-12 20:12:25 +0000 | |
---|---|---|
committer | 2019-05-12 20:12:25 +0000 | |
commit | d329949fa7e4419faa559c716ac52d2792e178a1 (patch) | |
tree | e6f8216327e950176b2062a49ee21e1fe07a96d4 | |
parent | Switch the list of span interfaces and interfaces to SMR. (diff) | |
download | wireguard-openbsd-d329949fa7e4419faa559c716ac52d2792e178a1.tar.xz wireguard-openbsd-d329949fa7e4419faa559c716ac52d2792e178a1.zip |
remove unused STUB definition
-rw-r--r-- | sys/dev/pci/drm/include/linux/interrupt.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/pci/drm/include/linux/interrupt.h b/sys/dev/pci/drm/include/linux/interrupt.h index 242e35aa112..8390fbdf3ca 100644 --- a/sys/dev/pci/drm/include/linux/interrupt.h +++ b/sys/dev/pci/drm/include/linux/interrupt.h @@ -11,12 +11,6 @@ #include <linux/atomic.h> #include <linux/compiler.h> -#ifndef STUB -#include <sys/types.h> -#include <sys/systm.h> -#define STUB() do { printf("%s: stub\n", __func__); } while(0) -#endif - #define IRQF_SHARED 0 #define disable_irq(x) intr_disable() |