From f15cd3e468f68454706b44ff167570f7fea5886b Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Fri, 2 Feb 2018 12:02:52 +0100
Subject: [PATCH] Removed IRQ support from joystick drivers.
---
include/joystick/joy-kernel.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/joystick/joy-kernel.h b/include/joystick/joy-kernel.h
index e984291f7..783508247 100644
--- a/include/joystick/joy-kernel.h
+++ b/include/joystick/joy-kernel.h
@@ -59,7 +59,6 @@ typedef struct {
void* uninstall; /* UNINSTALL routine */
void* count; /* COUNT routine */
void* read; /* READ routine */
- void* irq; /* IRQ routine */
} joy_drv_header;
--
2.39.5