remoteproc: remove unused resource type
authorOhad Ben-Cohen <ohad@wizery.com>
Tue, 13 Dec 2011 10:17:59 +0000 (12:17 +0200)
committerOhad Ben-Cohen <ohad@wizery.com>
Wed, 8 Feb 2012 20:54:24 +0000 (22:54 +0200)
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>
include/linux/remoteproc.h

index 1edbfde4593ce10ec02574cdaa1ae354924474ff..b52f78413c5c767aeba5cf6b17d7b69ee76be082 100644 (file)
@@ -122,7 +122,6 @@ enum fw_resource_type {
        RSC_TRACE       = 2,
        RSC_VRING       = 3,
        RSC_VIRTIO_DEV  = 4,
-       RSC_VIRTIO_CFG  = 5,
 };
 
 /**