]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: pci: move IRQ infrastructure to separate file
authorDanilo Krummrich <dakr@kernel.org>
Wed, 15 Oct 2025 18:14:31 +0000 (20:14 +0200)
committerDanilo Krummrich <dakr@kernel.org>
Mon, 20 Oct 2025 10:03:23 +0000 (12:03 +0200)
commite6901808a3b28d8bdabfa98a618b2eab6f8798e8
treee22b396d2387f483c9fab6c5322224c4c7e3e979
parent3c2e31d717ac89c59e35e98a7910a6daa9f15a06
rust: pci: move IRQ infrastructure to separate file

Move the PCI interrupt infrastructure to a separate sub-module in order
to keep things organized.

Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/pci.rs
rust/kernel/pci/irq.rs [new file with mode: 0644]