hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/um/include/shared/irq_user.h
....@@ -1,6 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3
- * Licensed under the GPL
44 */
55
66 #ifndef __IRQ_USER_H__
....@@ -31,7 +31,6 @@
3131 struct siginfo;
3232 extern void sigio_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs);
3333 extern void free_irq_by_fd(int fd);
34
-extern void reactivate_fd(int fd, int irqnum);
3534 extern void deactivate_fd(int fd, int irqnum);
3635 extern int deactivate_all_fds(void);
3736 extern int activate_ipi(int fd, int pid);