diff options
Diffstat (limited to 'target/linux/mediatek/patches/0064-arm-mediatek-add-mt7623-pcie-support.patch')
-rw-r--r-- | target/linux/mediatek/patches/0064-arm-mediatek-add-mt7623-pcie-support.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/mediatek/patches/0064-arm-mediatek-add-mt7623-pcie-support.patch b/target/linux/mediatek/patches/0064-arm-mediatek-add-mt7623-pcie-support.patch index ee82f9c9d7..e08767310b 100644 --- a/target/linux/mediatek/patches/0064-arm-mediatek-add-mt7623-pcie-support.patch +++ b/target/linux/mediatek/patches/0064-arm-mediatek-add-mt7623-pcie-support.patch @@ -12,8 +12,6 @@ Signed-off-by: John Crispin <blogic@openwrt.org> create mode 100644 arch/arm/mach-mediatek/pcie.c create mode 100644 arch/arm/mach-mediatek/pcie.h -diff --git a/arch/arm/mach-mediatek/Makefile b/arch/arm/mach-mediatek/Makefile -index 2116460..aca28a2 100644 --- a/arch/arm/mach-mediatek/Makefile +++ b/arch/arm/mach-mediatek/Makefile @@ -1,4 +1,4 @@ @@ -22,9 +20,6 @@ index 2116460..aca28a2 100644 endif -obj-$(CONFIG_ARCH_MEDIATEK) += mediatek.o +obj-$(CONFIG_ARCH_MEDIATEK) += mediatek.o pcie.o -diff --git a/arch/arm/mach-mediatek/pcie.c b/arch/arm/mach-mediatek/pcie.c -new file mode 100644 -index 0000000..8394712 --- /dev/null +++ b/arch/arm/mach-mediatek/pcie.c @@ -0,0 +1,383 @@ @@ -411,9 +406,6 @@ index 0000000..8394712 +} + +late_initcall(mtk_pcie_init); -diff --git a/arch/arm/mach-mediatek/pcie.h b/arch/arm/mach-mediatek/pcie.h -new file mode 100644 -index 0000000..400a760e --- /dev/null +++ b/arch/arm/mach-mediatek/pcie.h @@ -0,0 +1,14 @@ @@ -431,6 +423,3 @@ index 0000000..400a760e + + + --- -1.7.10.4 - |