hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/irqchip/irq-or1k-pic.c
....@@ -1,11 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
34 * Copyright (C) 2014 Stefan Kristansson <stefan.kristiansson@saunalahti.fi>
4
- *
5
- * This program is free software; you can redistribute it and/or
6
- * modify it under the terms of the GNU General Public License
7
- * as published by the Free Software Foundation; either version
8
- * 2 of the License, or (at your option) any later version.
95 */
106
117 #include <linux/irq.h>
....@@ -70,7 +66,6 @@
7066 .name = "or1k-PIC-level",
7167 .irq_unmask = or1k_pic_unmask,
7268 .irq_mask = or1k_pic_mask,
73
- .irq_mask_ack = or1k_pic_mask_ack,
7469 },
7570 .handle = handle_level_irq,
7671 .flags = IRQ_LEVEL | IRQ_NOPROBE,