diff options
Diffstat (limited to 'drivers/hwtracing/coresight/coresight-etm.h')
| -rw-r--r-- | drivers/hwtracing/coresight/coresight-etm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwtracing/coresight/coresight-etm.h b/drivers/hwtracing/coresight/coresight-etm.h index 501c5fac8a45..098ffbec0a44 100644 --- a/drivers/hwtracing/coresight/coresight-etm.h +++ b/drivers/hwtracing/coresight/coresight-etm.h | |||
| @@ -140,8 +140,8 @@ | |||
| 140 | * struct etm_drvdata - specifics associated to an ETM component | 140 | * struct etm_drvdata - specifics associated to an ETM component |
| 141 | * @base: memory mapped base address for this component. | 141 | * @base: memory mapped base address for this component. |
| 142 | * @dev: the device entity associated to this component. | 142 | * @dev: the device entity associated to this component. |
| 143 | * @atclk: optional clock for the core parts of the ETM. | ||
| 143 | * @csdev: component vitals needed by the framework. | 144 | * @csdev: component vitals needed by the framework. |
| 144 | * @clk: the clock this component is associated to. | ||
| 145 | * @spinlock: only one at a time pls. | 145 | * @spinlock: only one at a time pls. |
| 146 | * @cpu: the cpu this component is affined to. | 146 | * @cpu: the cpu this component is affined to. |
| 147 | * @port_size: port size as reported by ETMCR bit 4-6 and 21. | 147 | * @port_size: port size as reported by ETMCR bit 4-6 and 21. |
| @@ -192,8 +192,8 @@ | |||
| 192 | struct etm_drvdata { | 192 | struct etm_drvdata { |
| 193 | void __iomem *base; | 193 | void __iomem *base; |
| 194 | struct device *dev; | 194 | struct device *dev; |
| 195 | struct clk *atclk; | ||
| 195 | struct coresight_device *csdev; | 196 | struct coresight_device *csdev; |
| 196 | struct clk *clk; | ||
| 197 | spinlock_t spinlock; | 197 | spinlock_t spinlock; |
| 198 | int cpu; | 198 | int cpu; |
| 199 | int port_size; | 199 | int port_size; |
