diff options
Diffstat (limited to 'p30.patch')
| -rw-r--r-- | p30.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/p30.patch b/p30.patch new file mode 100644 index 00000000000000..30164305ce6064 --- /dev/null +++ b/p30.patch @@ -0,0 +1,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, |
