From c15d708c4975c445a7714b0cf48afd77b2f70df2 Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 18 May 2009 13:08:46 +0000 Subject: upgrade to 2.6.30-rc6, refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15912 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/014-clocksource_fixes.patch | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 target/linux/cavium-octeon/patches/014-clocksource_fixes.patch (limited to 'target/linux/cavium-octeon/patches/014-clocksource_fixes.patch') diff --git a/target/linux/cavium-octeon/patches/014-clocksource_fixes.patch b/target/linux/cavium-octeon/patches/014-clocksource_fixes.patch deleted file mode 100644 index bc72185f2..000000000 --- a/target/linux/cavium-octeon/patches/014-clocksource_fixes.patch +++ /dev/null @@ -1,31 +0,0 @@ -From: Coly Li -Date: Wed, 22 Apr 2009 19:06:06 +0000 (+0800) -Subject: MIPS: Cavium: Add struct clocksource * argument to octeon_cvmcount_read() -X-Git-Url: http://www.linux-mips.org/git?p=linux.git;a=commitdiff_plain;h=06a4801f5f580bb98dd813466668592943f7baea;hp=bb13f16bff55ce7ffb67d0d600bab72b9cab773b - -MIPS: Cavium: Add struct clocksource * argument to octeon_cvmcount_read() - -This patch modifies parameter of octeon_cvmcount_read() from 'void' to -'struct clocksource *cs', which fixes compile warning for incompatible -parameter type. - -Signed-off-by: Coly Li -Cc: David Daney -Cc: Ingo Molnar -Reviewed-by: David Daney -Signed-off-by: Ralf Baechle ---- - -diff --git a/arch/mips/cavium-octeon/csrc-octeon.c b/arch/mips/cavium-octeon/csrc-octeon.c -index 70fd92c..96110f2 100644 ---- a/arch/mips/cavium-octeon/csrc-octeon.c -+++ b/arch/mips/cavium-octeon/csrc-octeon.c -@@ -38,7 +38,7 @@ void octeon_init_cvmcount(void) - local_irq_restore(flags); - } - --static cycle_t octeon_cvmcount_read(void) -+static cycle_t octeon_cvmcount_read(struct clocksource *cs) - { - return read_c0_cvmcount(); - } -- cgit v1.2.3