blob: 30164305ce606412368d78d7a249f6098aca4d80 (
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
@@ -136,7 +136,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,
|