From f088a1f24f132ee6b4780a0b6727293816b7ba02 Mon Sep 17 00:00:00 2001 From: Yoshinori Sato Date: Thu, 27 Jan 2022 22:52:49 +0900 Subject: [PATCH] rx: remove unused headers. Signed-off-by: Yoshinori Sato --- arch/rx/include/asm/pci.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 arch/rx/include/asm/pci.h diff --git a/arch/rx/include/asm/pci.h b/arch/rx/include/asm/pci.h deleted file mode 100644 index 51bb557db980..000000000000 --- a/arch/rx/include/asm/pci.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef __ASM_RX_PCI_H__ -#define __ASM_RX_PCI_H__ - -/* - * pci.h - RX specific PCI declarations. - * - * Yoshinori Sato - */ - -#define pcibios_assign_all_busses() 0 - -static inline void pcibios_set_master(struct pci_dev *dev) -{ - /* No special bus mastering setup handling */ -} - -static inline void pcibios_penalize_isa_irq(int irq, int active) -{ - /* We don't do dynamic PCI IRQ allocation */ -} - -#define PCI_DMA_BUS_IS_PHYS (1) - -#endif /* __ASM_RX_PCI_H__ */ -- 2.11.0