aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/xburst
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2012-03-28 15:28:21 +0000
committerMirko Vogt <mirko@openwrt.org>2012-03-28 15:28:21 +0000
commit3723f7813ff4303b3dcd4d7ac4db10220fa51156 (patch)
tree90e8a90b85618085e1da7e6b851a73dffc20b7e2 /target/linux/xburst
parentc09389a8ac7797decb508472089ece0940970213 (diff)
downloadupstream-3723f7813ff4303b3dcd4d7ac4db10220fa51156.tar.gz
upstream-3723f7813ff4303b3dcd4d7ac4db10220fa51156.tar.bz2
upstream-3723f7813ff4303b3dcd4d7ac4db10220fa51156.zip
Revert commit 31091 - "[target/xburst] remove set but unused variable which leads into compiling errors with GCC >= 4.6.0"
'set-but-unused-variable'-issues are dealt with in a generic way now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31124 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst')
-rw-r--r--target/linux/xburst/patches-2.6.37/600-remove-set-but-unused-var.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/xburst/patches-2.6.37/600-remove-set-but-unused-var.patch b/target/linux/xburst/patches-2.6.37/600-remove-set-but-unused-var.patch
deleted file mode 100644
index 5ba081fea8..0000000000
--- a/target/linux/xburst/patches-2.6.37/600-remove-set-but-unused-var.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- linux-2.6.37.6.orig/arch/mips/jz4740/dma.c 2011-03-27 21:01:41.000000000 +0200
-+++ linux-2.6.37.6/arch/mips/jz4740/dma.c 2012-03-27 18:29:41.547939867 +0200
-@@ -242,10 +242,6 @@
-
- static void jz4740_dma_chan_irq(struct jz4740_dma_chan *dma)
- {
-- uint32_t status;
--
-- status = jz4740_dma_read(JZ_REG_DMA_STATUS_CTRL(dma->id));
--
- jz4740_dma_write_mask(JZ_REG_DMA_STATUS_CTRL(dma->id), 0,
- JZ_DMA_STATUS_CTRL_ENABLE | JZ_DMA_STATUS_CTRL_TRANSFER_DONE);
-