kernel/drivers/hwtracing/coresight/coresight-catu.h
.. .. @@ -61,7 +61,6 @@ 61 61 #define CATU_IRQEN_OFF 0x0 62 62 63 63 struct catu_drvdata { 64 - struct device *dev;65 64 void __iomem *base; 66 65 struct coresight_device *csdev; 67 66 int irq; .. .. @@ -108,7 +107,5 @@ 108 107 return false; 109 108 return true; 110 109 } 111 -112 -extern const struct etr_buf_operations etr_catu_buf_ops;113 110 114 111 #endif