diff options
author | Suzuki K Poulose <suzuki.poulose@arm.com> | 2019-06-19 20:29:13 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-19 21:29:14 +0300 |
commit | c95e224fee34b25bd0cc07cfcfa37816f50498bf (patch) | |
tree | 75824c93b70827291cbc8d0e460a03e139fe93bc /drivers/hwtracing/coresight/coresight-catu.h | |
parent | 9dd0a92097675ffc629cfe3ea7a169842cc9b29c (diff) | |
download | linux-c95e224fee34b25bd0cc07cfcfa37816f50498bf.tar.xz |
coresight: catu: Cleanup device specific data
Switch to using the CoreSight device instead of the real
amba device.
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwtracing/coresight/coresight-catu.h')
-rw-r--r-- | drivers/hwtracing/coresight/coresight-catu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwtracing/coresight/coresight-catu.h b/drivers/hwtracing/coresight/coresight-catu.h index 1d2ad183fd92..80ceee3c739c 100644 --- a/drivers/hwtracing/coresight/coresight-catu.h +++ b/drivers/hwtracing/coresight/coresight-catu.h @@ -61,7 +61,6 @@ #define CATU_IRQEN_OFF 0x0 struct catu_drvdata { - struct device *dev; void __iomem *base; struct coresight_device *csdev; int irq; |