.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * (C) Copyright 2009 Intel Corporation |
---|
3 | 4 | * Author: Jacob Pan (jacob.jun.pan@intel.com) |
---|
4 | 5 | * |
---|
5 | 6 | * 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. |
---|
10 | 7 | * |
---|
11 | 8 | * Support for the Synopsys DesignWare APB Timers. |
---|
12 | 9 | */ |
---|
.. | .. |
---|
28 | 25 | struct dw_apb_clock_event_device { |
---|
29 | 26 | struct clock_event_device ced; |
---|
30 | 27 | struct dw_apb_timer timer; |
---|
31 | | - struct irqaction irqaction; |
---|
32 | 28 | void (*eoi)(struct dw_apb_timer *); |
---|
33 | 29 | }; |
---|
34 | 30 | |
---|