projects
/
users
/
willy
/
xarray.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6745c5b
)
powerpc/pasemi: Remove obsoleted declaration for pas_pci_irq_fixup()
author
Gaosheng Cui <cuigaosheng1@huawei.com>
Thu, 22 Aug 2024 13:06:08 +0000
(21:06 +0800)
committer
Michael Ellerman <mpe@ellerman.id.au>
Fri, 30 Aug 2024 11:05:30 +0000
(21:05 +1000)
The pas_pci_irq_fixup() have been removed since
commit
771f7404a9de
("pasemi_mac: Move the IRQ mapping from the
PCI layer to the driver"), and now it is useless, so remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://msgid.link/20240822130609.786431-4-cuigaosheng1@huawei.com
arch/powerpc/platforms/pasemi/pasemi.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/pasemi/pasemi.h
b/arch/powerpc/platforms/pasemi/pasemi.h
index 018c30665e1b30c73144ef6bda310d67281accf8..6f6743b8e48d12b50a041973576f6a59d77e90e7 100644
(file)
--- a/
arch/powerpc/platforms/pasemi/pasemi.h
+++ b/
arch/powerpc/platforms/pasemi/pasemi.h
@@
-5,7
+5,6
@@
extern time64_t pas_get_boot_time(void);
extern void pas_pci_init(void);
struct pci_dev;
-extern void pas_pci_irq_fixup(struct pci_dev *dev);
extern void pas_pci_dma_dev_setup(struct pci_dev *dev);
void __iomem *__init pasemi_pci_getcfgaddr(struct pci_dev *dev, int offset);