remarkable-linux/drivers/xen
Benoit Taine 9baa3c34ac PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
We should prefer `struct pci_device_id` over `DEFINE_PCI_DEVICE_TABLE` to
meet kernel coding style guidelines.  This issue was reported by checkpatch.

A simplified version of the semantic patch that makes this change is as
follows (http://coccinelle.lip6.fr/):

// <smpl>

@@
identifier i;
declarer name DEFINE_PCI_DEVICE_TABLE;
initializer z;
@@

- DEFINE_PCI_DEVICE_TABLE(i)
+ const struct pci_device_id i[]
= z;

// </smpl>

[bhelgaas: add semantic patch]
Signed-off-by: Benoit Taine <benoit.taine@lip6.fr>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
2014-08-12 12:15:14 -06:00
..
events xen/events: drop negativity check of unsigned parameter 2014-08-01 15:44:45 +01:00
xen-pciback PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use 2014-08-12 12:15:14 -06:00
xenbus xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart. 2014-04-15 17:41:28 +01:00
xenfs
acpi.c
balloon.c xen/balloon: set ballooned out pages as invalid in p2m 2014-07-04 15:17:43 +01:00
biomerge.c
cpu_hotplug.c
dbgp.c
efi.c xen: Put EFI machinery in place 2014-07-18 21:23:58 +01:00
evtchn.c
fallback.c
features.c
gntalloc.c
gntdev.c
grant-table.c x86/xen: safely map and unmap grant frames when in atomic context 2014-07-30 14:22:47 +01:00
Kconfig xen: Put EFI machinery in place 2014-07-18 21:23:58 +01:00
Makefile xen: Put EFI machinery in place 2014-07-18 21:23:58 +01:00
manage.c xen/manage: fix potential deadlock when resuming the console 2014-07-03 11:02:28 +01:00
mcelog.c
pci.c
pcpu.c
platform-pci.c
privcmd.c
privcmd.h
swiotlb-xen.c
sys-hypervisor.c
tmem.c
xen-acpi-cpuhotplug.c
xen-acpi-memhotplug.c
xen-acpi-pad.c
xen-acpi-processor.c xen-acpi-processor: Don't display errors when we get -ENOSYS 2014-05-23 12:34:00 -04:00
xen-balloon.c
xen-selfballoon.c
xen-stub.c