ramips: merge two patches 101-mt7621-timer and 998-mt7621-needs-jiffies
authorWeijie Gao <hackpascal@gmail.com>
Sun, 18 Nov 2018 15:49:23 +0000 (23:49 +0800)
committerJohn Crispin <john@phrozen.org>
Mon, 26 Nov 2018 11:13:52 +0000 (12:13 +0100)
These two patches both modified the mt7621.c, and the patch file
998-mt7621-needs-jiffies.patch adds only one line which is used by the
another patch file. So merge them into one file.

Signed-off-by: Weijie Gao <hackpascal@gmail.com>
target/linux/ramips/patches-4.14/101-mt7621-timer.patch
target/linux/ramips/patches-4.14/998-mt7621-needs-jiffies.patch [deleted file]

index ea8be569421729291af9148b54ee947ba2c2a691..5bbe137f1eb01cadf43a265494fe71471a4081b8 100644 (file)
@@ -1,5 +1,13 @@
 --- a/arch/mips/ralink/mt7621.c
 +++ b/arch/mips/ralink/mt7621.c
+@@ -9,6 +9,7 @@
+ #include <linux/kernel.h>
+ #include <linux/init.h>
++#include <linux/jiffies.h>
+ #include <asm/mipsregs.h>
+ #include <asm/smp-ops.h>
 @@ -16,6 +16,7 @@
  #include <asm/mach-ralink/ralink_regs.h>
  #include <asm/mach-ralink/mt7621.h>
diff --git a/target/linux/ramips/patches-4.14/998-mt7621-needs-jiffies.patch b/target/linux/ramips/patches-4.14/998-mt7621-needs-jiffies.patch
deleted file mode 100644 (file)
index 906f68a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/arch/mips/ralink/mt7621.c
-+++ b/arch/mips/ralink/mt7621.c
-@@ -9,6 +9,7 @@
- #include <linux/kernel.h>
- #include <linux/init.h>
-+#include <linux/jiffies.h>
- #include <asm/mipsregs.h>
- #include <asm/smp-ops.h>