[PATCH v4 11/37] sh: Add old PCI drivers compatible stub.
Yoshinori Sato <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel |
|---|---|
| Message-ID | <5f625f7535f51eb934a3a69318137884aca96304.1699856600.git.ysato@users.sourceforge.jp> |
Place the stub so that the old driver can reference the moved header file. Signed-off-by: Yoshinori Sato <[email protected]> --- arch/sh/drivers/pci/pci-sh4.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/sh/drivers/pci/pci-sh4.h diff --git a/arch/sh/drivers/pci/pci-sh4.h b/arch/sh/drivers/pci/pci-sh4.h new file mode 100644 index 000000000000..c051a1ffb082 --- /dev/null +++ b/arch/sh/drivers/pci/pci-sh4.h @@ -0,0 +1 @@ +#include <asm/pci-sh4.h> -- 2.39.2