summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/TODO
diff options
context:
space:
mode:
authorMartyn Welch <martyn.welch@ge.com>2010-02-18 15:13:12 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:43:01 -0800
commit8fafb47638012d93134d0ff38adcc5fc661beeb1 (patch)
tree2ce2ce14c179368618d6d9a148b65ce8e398ca9b /drivers/staging/vme/TODO
parent29848ac9f3b33bf171439ae2d66d40e6a71446c4 (diff)
Staging: vme: Make vme_master_resource naming bus neutral
The vme_master_resource structure contains an item called "pci_resource". Rename to make bus agnostic. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vme/TODO')
-rw-r--r--drivers/staging/vme/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vme/TODO b/drivers/staging/vme/TODO
index 83d44cbf9a5..00c0ddcfe2a 100644
--- a/drivers/staging/vme/TODO
+++ b/drivers/staging/vme/TODO
@@ -37,7 +37,6 @@ chips. They are currently not supported at all by the API.
Core
====
-- Rename vme_master_resource's "pci_resource" to be bus agnostic.
- Improve generic sanity checks (Such as does an offset and size fit within a
window and parameter checking).