projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] fix the building of the lzo decompressor on some architectures
[openwrt.git]
/
target
/
linux
/
xburst
/
files-2.6.32
/
arch
/
mips
/
jz4740
/
dma.c
diff --git
a/target/linux/xburst/files-2.6.32/arch/mips/jz4740/dma.c
b/target/linux/xburst/files-2.6.32/arch/mips/jz4740/dma.c
index
e43fb74
..
43086dd
100644
(file)
--- a/
target/linux/xburst/files-2.6.32/arch/mips/jz4740/dma.c
+++ b/
target/linux/xburst/files-2.6.32/arch/mips/jz4740/dma.c
@@
-100,7
+100,7
@@
struct jz4740_dma_chan {
uint32_t transfer_shift;
jz4740_dma_complete_callback_t complete_cb;
uint32_t transfer_shift;
jz4740_dma_complete_callback_t complete_cb;
-
+
unsigned used:1;
};
unsigned used:1;
};
@@
-140,8
+140,9
@@
struct jz4740_dma_chan* jz4740_dma_request(void *dev, const char *name)
return dma;
}
return dma;
}
+EXPORT_SYMBOL_GPL(jz4740_dma_request);
-void jz4740_dma_configure(struct jz4740_dma_chan *dma,
+void jz4740_dma_configure(struct jz4740_dma_chan *dma,
const struct jz4740_dma_config *config)
{
uint32_t cmd;
const struct jz4740_dma_config *config)
{
uint32_t cmd;
This page took
0.026928 seconds
and
4
git commands to generate.