blob: 75d041de3a8e9cf9e6070de57d14a78e07c1f342 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
drivers/hwtracing/intel_th/core.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/hwtracing/intel_th/core.c
+++ b/drivers/hwtracing/intel_th/core.c
@@ -139,7 +139,6 @@ static int intel_th_remove(struct device
static struct bus_type intel_th_bus = {
.name = "intel_th",
- .dev_attrs = NULL,
.match = intel_th_match,
.probe = intel_th_probe,
.remove = intel_th_remove,
|