diff mbox series

[v4,11/37] sh: Add old PCI drivers compatible stub.

Message ID 5f625f7535f51eb934a3a69318137884aca96304.1699856600.git.ysato@users.sourceforge.jp (mailing list archive)
State New
Headers show
Series Device Tree support for SH7751 based board | expand

Commit Message

Yoshinori Sato Nov. 14, 2023, 8 a.m. UTC
Place the stub so that the old driver can reference the moved header file.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
---
 arch/sh/drivers/pci/pci-sh4.h | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 arch/sh/drivers/pci/pci-sh4.h
diff mbox series

Patch

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>