fix(base): drop inverted P2-xhcid-remaining.patch
P2-xhcid-remaining.patch was renaming allocate_first_msi_interrupt_on_bsp to try_allocate_first_msi_interrupt_on_bsp and adding Result return types. But the upstream pcid crate has the un-prefixed allocate_* functions, not the try_ versions. This patch was based on a future pcid API that does not exist in the current source. Without the patch, the upstream xhcid main.rs uses the correct allocate_* function names that match the upstream pcid crate API.
This commit is contained in: