Re: [PATCH v1] PCI: Remove unused HyperTransport interrupt support

2017-11-22 Thread Eric W. Biederman
Bjorn Helgaas writes: > From: Bjorn Helgaas > > There are no in-tree callers of ht_create_irq(), the driver interface for > HyperTransport interrupts. Remove the unused entry point and all the > supporting code. > > See 8b955b0dddb3 ("[PATCH] Initial generic hypertransport interrupt > support")

[PATCH v1] PCI: Remove unused HyperTransport interrupt support

2017-11-22 Thread Bjorn Helgaas
From: Bjorn Helgaas There are no in-tree callers of ht_create_irq(), the driver interface for HyperTransport interrupts. Remove the unused entry point and all the supporting code. See 8b955b0dddb3 ("[PATCH] Initial generic hypertransport interrupt support"). Signed-off-by: Bjorn Helgaas Cc: T