.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * CXL Flash Device Driver |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * Uma Krishnan <ukrishn@linux.vnet.ibm.com>, IBM Corporation |
---|
6 | 7 | * |
---|
7 | 8 | * Copyright (C) 2018 IBM Corporation |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or |
---|
10 | | - * modify it under the terms of the GNU General Public License |
---|
11 | | - * as published by the Free Software Foundation; either version |
---|
12 | | - * 2 of the License, or (at your option) any later version. |
---|
13 | 9 | */ |
---|
14 | 10 | |
---|
15 | 11 | #define OCXL_MAX_IRQS 4 /* Max interrupts per process */ |
---|
.. | .. |
---|
17 | 13 | struct ocxlflash_irqs { |
---|
18 | 14 | int hwirq; |
---|
19 | 15 | u32 virq; |
---|
20 | | - u64 ptrig; |
---|
21 | 16 | void __iomem *vtrig; |
---|
22 | 17 | }; |
---|
23 | 18 | |
---|