summaryrefslogtreecommitdiff
path: root/include/linux/remoteproc.h
diff options
context:
space:
mode:
authorOhad Ben-Cohen <ohad@wizery.com>2011-12-13 12:17:59 +0200
committerOhad Ben-Cohen <ohad@wizery.com>2012-02-08 22:54:24 +0200
commit2fd51811b8b87408fd680b442364e3474a1a0f21 (patch)
tree6c09de1c1352f98d70b00d3b177fd3372b809fbb /include/linux/remoteproc.h
parent7d2d3956fbc1aa9a3ccdc9389b88505232764d4f (diff)
remoteproc: remove unused resource type
RSC_VIRTIO_CFG isn't being used, so remove it. Originally it was introduced to overcome a resource table limitation that prevented describing a virtio device in a single resource table entry. The plan though is to describe resource table entries in a TLV fashion, where each entry will consume the amount of space it requires, so the original limitation is anyway temporary. Reported-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Diffstat (limited to 'include/linux/remoteproc.h')
-rw-r--r--include/linux/remoteproc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h
index 1edbfde4593c..b52f78413c5c 100644
--- a/include/linux/remoteproc.h
+++ b/include/linux/remoteproc.h
@@ -122,7 +122,6 @@ enum fw_resource_type {
RSC_TRACE = 2,
RSC_VRING = 3,
RSC_VIRTIO_DEV = 4,
- RSC_VIRTIO_CFG = 5,
};
/**