hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/scsi/cxlflash/ocxl_hw.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * CXL Flash Device Driver
34 *
....@@ -5,11 +6,6 @@
56 * Uma Krishnan <ukrishn@linux.vnet.ibm.com>, IBM Corporation
67 *
78 * 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.
139 */
1410
1511 #define OCXL_MAX_IRQS 4 /* Max interrupts per process */
....@@ -17,7 +13,6 @@
1713 struct ocxlflash_irqs {
1814 int hwirq;
1915 u32 virq;
20
- u64 ptrig;
2116 void __iomem *vtrig;
2217 };
2318