hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/include/linux/dw_apb_timer.h
....@@ -1,12 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * (C) Copyright 2009 Intel Corporation
34 * Author: Jacob Pan (jacob.jun.pan@intel.com)
45 *
56 * Shared with ARM platforms, Jamie Iles, Picochip 2011
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 *
118 * Support for the Synopsys DesignWare APB Timers.
129 */
....@@ -28,7 +25,6 @@
2825 struct dw_apb_clock_event_device {
2926 struct clock_event_device ced;
3027 struct dw_apb_timer timer;
31
- struct irqaction irqaction;
3228 void (*eoi)(struct dw_apb_timer *);
3329 };
3430