diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-22 17:08:18 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-22 17:08:18 +0100 |
| commit | e7d7dc0e0e7ab68f1845e11b7574d83ac8015e0e (patch) | |
| tree | 72d317ef93f50aa80af2f67c9d109e7ff59413ff /p30.patch | |
| parent | 08ba5e5e533732546b64764231406dd6151342c1 (diff) | |
| download | patches-e7d7dc0e0e7ab68f1845e11b7574d83ac8015e0e.tar.gz | |
lots of patches and fixes added and made
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, |
