diff options
author | 2015-07-17 10:57:59 +0530 | |
---|---|---|
committer | 2015-08-04 10:16:52 +0200 | |
commit | 070a7cdfa4a0a799235d79e58e7b0b2d94dff190 (patch) | |
tree | c21f42a17e0953cb5f19bdbe402406285fa6897b /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | perf/x86/intel/rapl: Add support for Knights Landing (KNL) (diff) | |
download | wireguard-linux-070a7cdfa4a0a799235d79e58e7b0b2d94dff190.tar.xz wireguard-linux-070a7cdfa4a0a799235d79e58e7b0b2d94dff190.zip |
perf/x86/intel/uncore: Remove use of macro DEFINE_PCI_DEVICE_TABLE()
The DEFINE_PCI_DEVICE_TABLE() macro is deprecated. Use
'struct pci_device_id' instead of DEFINE_PCI_DEVICE_TABLE(),
with the goal of getting rid of this macro completely.
This Coccinelle semantic patch performs this transformation:
@@
identifier a;
declarer name DEFINE_PCI_DEVICE_TABLE;
initializer i;
@@
- DEFINE_PCI_DEVICE_TABLE(a)
+ const struct pci_device_id a[] = i;
Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20150717052759.GA6265@vaishali-Ideapad-Z570
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions