hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/hwtracing/coresight/coresight-catu.h
....@@ -61,7 +61,6 @@
6161 #define CATU_IRQEN_OFF 0x0
6262
6363 struct catu_drvdata {
64
- struct device *dev;
6564 void __iomem *base;
6665 struct coresight_device *csdev;
6766 int irq;
....@@ -108,7 +107,5 @@
108107 return false;
109108 return true;
110109 }
111
-
112
-extern const struct etr_buf_operations etr_catu_buf_ops;
113110
114111 #endif