aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/wm97xx.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-18 13:48:34 -0700
committerArnd Bergmann <arnd@arndb.de>2022-05-07 22:55:48 +0200
commite1d8f31218aab302df9e18526345af189fd061f0 (patch)
tree8f6c73de10705a3e46bb4fc6aead6e84ce0966bc /include/linux/wm97xx.h
parentInput: wm97xx - switch to using threaded IRQ (diff)
downloadlinux-dev-e1d8f31218aab302df9e18526345af189fd061f0.tar.xz
linux-dev-e1d8f31218aab302df9e18526345af189fd061f0.zip
Input: wm97xx - get rid of irq_enable method in wm97xx_mach_ops
Now that we are using oneshot threaded IRQ this method is not used anymore. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> [arnd: add the db1300 change as well] Cc: Manuel Lauss <manuel.lauss@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/wm97xx.h')
-rw-r--r--include/linux/wm97xx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/wm97xx.h b/include/linux/wm97xx.h
index 85bd8dd3caea..332d2b0f29b9 100644
--- a/include/linux/wm97xx.h
+++ b/include/linux/wm97xx.h
@@ -254,9 +254,6 @@ struct wm97xx_mach_ops {
int (*acc_startup) (struct wm97xx *);
void (*acc_shutdown) (struct wm97xx *);
- /* interrupt mask control - required for accelerated operation */
- void (*irq_enable) (struct wm97xx *, int enable);
-
/* GPIO pin used for accelerated operation */
int irq_gpio;