ramips: clean up and refresh kernel patches
[openwrt.git] / target / linux / ramips / patches-4.3 / 0005-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch
index fe918e6..248357a 100644 (file)
@@ -9,8 +9,6 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
  arch/mips/ralink/Kconfig |    5 +++++
  1 file changed, 5 insertions(+)
 
-diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig
-index d078e61..c2778f2 100644
 --- a/arch/mips/ralink/Kconfig
 +++ b/arch/mips/ralink/Kconfig
 @@ -1,11 +1,16 @@
@@ -59,7 +57,7 @@ index d078e61..c2778f2 100644
  static int mips_next_event(unsigned long delta,
                           struct clock_event_device *evt)
  {
-@@ -208,18 +228,21 @@
+@@ -208,18 +228,21 @@ int r4k_clockevent_init(void)
        cd->rating              = 300;
        cd->irq                 = irq;
        cd->cpumask             = cpumask_of(cpu);
@@ -82,7 +80,3 @@ index d078e61..c2778f2 100644
        return 0;
  }
  
---
-1.7.10.4
-
-