commit | 856ae5c3324abb8fe6d905262e1cc9f4437e719f | [log] [tgz] |
---|---|---|
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Apr 07 17:57:09 2009 +0000 |
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Apr 07 17:57:09 2009 +0000 |
tree | 03c5f9e6554994c4b3144216154093facf8411a1 | |
parent | 669b92ed34588786bfa963982c0050b941292569 [diff] [blame] |
Fix a few Sparse warnings git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7016 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/dma-helpers.c b/dma-helpers.c index 1469e34..f9eb224 100644 --- a/dma-helpers.c +++ b/dma-helpers.c
@@ -81,7 +81,7 @@ } } -void dma_bdrv_cb(void *opaque, int ret) +static void dma_bdrv_cb(void *opaque, int ret) { DMAAIOCB *dbs = (DMAAIOCB *)opaque; target_phys_addr_t cur_addr, cur_len;