summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2019-05-12 20:12:25 +0000
committerjsg <jsg@openbsd.org>2019-05-12 20:12:25 +0000
commitd329949fa7e4419faa559c716ac52d2792e178a1 (patch)
treee6f8216327e950176b2062a49ee21e1fe07a96d4
parentSwitch the list of span interfaces and interfaces to SMR. (diff)
downloadwireguard-openbsd-d329949fa7e4419faa559c716ac52d2792e178a1.tar.xz
wireguard-openbsd-d329949fa7e4419faa559c716ac52d2792e178a1.zip
remove unused STUB definition
-rw-r--r--sys/dev/pci/drm/include/linux/interrupt.h6
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()