summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_manifest.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-03-09 16:13:55 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2016-03-09 22:31:13 -0800
commita23aa56452a8c705c7da62e9eda4c2fafd837829 (patch)
tree8a92202a2aab2970f49f3eb42be160e37d91606d /drivers/staging/greybus/greybus_manifest.h
parent9230e298cf49761abbf5893125fc20ad286cff5b (diff)
downloadlinux-a23aa56452a8c705c7da62e9eda4c2fafd837829.tar.bz2
greybus: greybus_manifest: remove unused SVC class
Mark the SVC Bundle-class id as unused. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Reviewed-by: Jeffrey Carlyle <jcarlyle@google.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus_manifest.h')
-rw-r--r--drivers/staging/greybus/greybus_manifest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h
index 86ebc0abe601..12b6e74ee345 100644
--- a/drivers/staging/greybus/greybus_manifest.h
+++ b/drivers/staging/greybus/greybus_manifest.h
@@ -71,7 +71,7 @@ enum greybus_class_type {
GREYBUS_CLASS_LOOPBACK = 0x11,
GREYBUS_CLASS_AUDIO = 0x12,
/* 0x13 is unused */
- GREYBUS_CLASS_SVC = 0x14,
+ /* 0x14 is unused */
GREYBUS_CLASS_FIRMWARE = 0x15,
/* ... */
GREYBUS_CLASS_RAW = 0xfe,