| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se> |
|---|
| 3 | 4 | * 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. |
|---|
| 9 | 5 | */ |
|---|
| 10 | 6 | |
|---|
| 11 | 7 | #include <linux/irq.h> |
|---|
| .. | .. |
|---|
| 70 | 66 | .name = "or1k-PIC-level", |
|---|
| 71 | 67 | .irq_unmask = or1k_pic_unmask, |
|---|
| 72 | 68 | .irq_mask = or1k_pic_mask, |
|---|
| 73 | | - .irq_mask_ack = or1k_pic_mask_ack, |
|---|
| 74 | 69 | }, |
|---|
| 75 | 70 | .handle = handle_level_irq, |
|---|
| 76 | 71 | .flags = IRQ_LEVEL | IRQ_NOPROBE, |
|---|