]> Git Repo - linux.git/commit
PCI: Place interrupt related code into irq.c
authorIlpo Järvinen <[email protected]>
Mon, 29 Jan 2024 11:36:54 +0000 (13:36 +0200)
committerBjorn Helgaas <[email protected]>
Mon, 29 Jan 2024 23:01:31 +0000 (17:01 -0600)
commit1e8cc8e6bd85d7b25e0ed3759aedde804c91ba97
treec605d6930d446d0149c08b974c5f5dcfe4e0dd89
parent6613476e225e090cc9aad49be7fa504e290dd33d
PCI: Place interrupt related code into irq.c

Interrupt related code is spread into irq.c, pci.c, and setup-irq.c.
Group them into pre-existing irq.c.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ilpo Järvinen <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
drivers/pci/Makefile
drivers/pci/irq.c
drivers/pci/pci-driver.c
drivers/pci/pci.c
drivers/pci/setup-irq.c [deleted file]
This page took 0.057915 seconds and 4 git commands to generate.