mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 04:30:00 +02:00
Miscellaneous
- Remove DEFINE_PCI_DEVICE_TABLE macro use (Benoit Taine)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJT7PyAAAoJEFmIoMA60/r8kjQQALr/8oEfZoVcjgCb7waWOr25
hUTnrI6GBIAh/50hoBiPq0ouPCAKVv66+CUhuhFkLP7oJz+rMU0B9hfUvdLfmCpH
7ppaallkllT9nPFIr7h5RUWLXsoQyuHmCYmSrUCcnlT2LPgU0dN72YWElLisEM6Z
Pldg3933xyIQaCWviHjGEjWb7NvC+JY4pTkV5iyqGgU8Ale/eFYtLLSfdBEjIbGv
VDirYZmKELYeuncZPrTAsp4IENRMZn702wwDakMSODVMEWtJB5h4yrBawqQDlFP5
9ztIX6n9p9zkdVKbYZlx/Xwv6SYEnYXLxauVQMSO3Nck7Z10R5Ud+5uuCg/6mWH8
AQI4UV5bbJcg7zHgocTG9XLFLFPoPtD2JT6k6UT1LeUAiAOqcSzhRO+/qJBmJOWZ
Zv+EHXPlxBrl0zNifut6ZQrY17teuItVtmha70a/9W3PjnIx3KecqLcTwdTvDsOY
IAyH8WMZrBKpPpsczSmfE93i2Z1QRS91HEAOeSMxl/98dcDTdllYZS7spjoDll2f
xmpGDbpriLSCu2XsGHfTC9RbqA7CyuFlHggJSQDkT/5Esli0sCs7eweTuK3RVvPu
t6bUHK3yElb6x9qMZhb5q6l72wSMlGMishTdaxEHmqrEA8PtaIFodmVX2T/Zel5n
GHN6bysPqDItNR2v/3JX
=jJGu
-----END PGP SIGNATURE-----
Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull DEFINE_PCI_DEVICE_TABLE removal from Bjorn Helgaas:
"Part two of the PCI changes for v3.17:
- Remove DEFINE_PCI_DEVICE_TABLE macro use (Benoit Taine)
It's a mechanical change that removes uses of the
DEFINE_PCI_DEVICE_TABLE macro. I waited until later in the merge
window to reduce conflicts, but it's possible you'll still see a few"
* tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| qib.h | ||
| qib_6120_regs.h | ||
| qib_7220.h | ||
| qib_7220_regs.h | ||
| qib_7322_regs.h | ||
| qib_common.h | ||
| qib_cq.c | ||
| qib_debugfs.c | ||
| qib_debugfs.h | ||
| qib_diag.c | ||
| qib_dma.c | ||
| qib_driver.c | ||
| qib_eeprom.c | ||
| qib_file_ops.c | ||
| qib_fs.c | ||
| qib_iba6120.c | ||
| qib_iba7220.c | ||
| qib_iba7322.c | ||
| qib_init.c | ||
| qib_intr.c | ||
| qib_keys.c | ||
| qib_mad.c | ||
| qib_mad.h | ||
| qib_mmap.c | ||
| qib_mr.c | ||
| qib_pcie.c | ||
| qib_pio_copy.c | ||
| qib_qp.c | ||
| qib_qsfp.c | ||
| qib_qsfp.h | ||
| qib_rc.c | ||
| qib_ruc.c | ||
| qib_sd7220.c | ||
| qib_sdma.c | ||
| qib_srq.c | ||
| qib_sysfs.c | ||
| qib_twsi.c | ||
| qib_tx.c | ||
| qib_uc.c | ||
| qib_ud.c | ||
| qib_user_pages.c | ||
| qib_user_sdma.c | ||
| qib_user_sdma.h | ||
| qib_verbs.c | ||
| qib_verbs.h | ||
| qib_verbs_mcast.c | ||
| qib_wc_ppc64.c | ||
| qib_wc_x86_64.c | ||