Skip to content

Commit

Permalink
remoteproc: remove unused resource type
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ohad Ben-Cohen committed Feb 8, 2012
1 parent 7d2d395 commit 2fd5181
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/remoteproc.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ enum fw_resource_type {
RSC_TRACE = 2,
RSC_VRING = 3,
RSC_VIRTIO_DEV = 4,
RSC_VIRTIO_CFG = 5,
};

/**
Expand Down

0 comments on commit 2fd5181

Please sign in to comment.