OSDN Git Service

rx: remove unused headers.
authorYoshinori Sato <ysato@users.sourceforge.jp>
Thu, 27 Jan 2022 13:52:49 +0000 (22:52 +0900)
committerYoshinori Sato <yo-satoh@sios.com>
Sat, 29 Jan 2022 07:42:44 +0000 (16:42 +0900)
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/rx/include/asm/pci.h [deleted file]

diff --git a/arch/rx/include/asm/pci.h b/arch/rx/include/asm/pci.h
deleted file mode 100644 (file)
index 51bb557..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef __ASM_RX_PCI_H__
-#define __ASM_RX_PCI_H__
-
-/*
- * pci.h - RX specific PCI declarations.
- *
- * Yoshinori Sato <ysato@users.sourceforge.jp>
- */
-
-#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__ */