summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/TODO
diff options
context:
space:
mode:
authorMartyn Welch <martyn.welch@gefanuc.com>2009-10-29 16:35:20 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:18 -0800
commit58e507987b285f3df99f839c79da3985555ac220 (patch)
treee781c96a3876e88fcd923622d1a03f25cf44e835 /drivers/staging/vme/TODO
parenta4b02959d5bec1b3e3a3e266b196673a89e62c29 (diff)
downloadop-kernel-dev-58e507987b285f3df99f839c79da3985555ac220.zip
op-kernel-dev-58e507987b285f3df99f839c79da3985555ac220.tar.gz
Staging: vme: Rename VME DMA functions
The DMA resource allocation function is called "vme_request_dma" while master and slave window allocation functions are called "vme_master_request" and "vme_slave_request" respectively. Rename "vme_request_dma" to "vme_dma_request" to fit the pattern. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vme/TODO')
-rw-r--r--drivers/staging/vme/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vme/TODO b/drivers/staging/vme/TODO
index adc5fca..2201ff6 100644
--- a/drivers/staging/vme/TODO
+++ b/drivers/staging/vme/TODO
@@ -11,7 +11,7 @@ The current DMA resource Allocation provides no means of selecting the
suitability of a DMA controller based on it's supported modes of operation, as
opposed to the resource allocation mechanisms for master and slave windows:
- struct vme_resource *vme_request_dma(struct device *dev);
+ struct vme_resource *vme_dma_request(struct device *dev);
As opposed to:
OpenPOWER on IntegriCloud