kernel: update 4.1 to 4.1.13
[openwrt/staging/yousong.git] / target / linux / mediatek / patches / 0064-arm-mediatek-add-mt7623-pcie-support.patch
index ee82f9c9d71495164f867c34c674707338327667..e08767310b882a6257422d70339a615d7f44fcbe 100644 (file)
@@ -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
-