summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_manifest.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-03-08 16:50:43 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2016-03-09 22:31:13 -0800
commit9230e298cf49761abbf5893125fc20ad286cff5b (patch)
tree008f25cd887ac909f4de06b9f1b480431da23811 /drivers/staging/greybus/greybus_manifest.h
parent4b82dd7be3d3ea62c634bda6bd01666912bc7e79 (diff)
downloadop-kernel-dev-9230e298cf49761abbf5893125fc20ad286cff5b.zip
op-kernel-dev-9230e298cf49761abbf5893125fc20ad286cff5b.tar.gz
greybus: greybus_manifest: remove unused AP class and protocol
Mark the AP Bundle-class and protocol ids as unused. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Jeffrey Carlyle <jcarlyle@google.com> 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h
index b9504c7..86ebc0a 100644
--- a/drivers/staging/greybus/greybus_manifest.h
+++ b/drivers/staging/greybus/greybus_manifest.h
@@ -23,7 +23,7 @@ enum greybus_descriptor_type {
enum greybus_protocol {
GREYBUS_PROTOCOL_CONTROL = 0x00,
- GREYBUS_PROTOCOL_AP = 0x01,
+ /* 0x01 is unused */
GREYBUS_PROTOCOL_GPIO = 0x02,
GREYBUS_PROTOCOL_I2C = 0x03,
GREYBUS_PROTOCOL_UART = 0x04,
@@ -52,7 +52,7 @@ enum greybus_protocol {
enum greybus_class_type {
GREYBUS_CLASS_CONTROL = 0x00,
- GREYBUS_CLASS_AP = 0x01,
+ /* 0x01 is unused */
GREYBUS_CLASS_GPIO = 0x02,
GREYBUS_CLASS_I2C = 0x03,
GREYBUS_CLASS_UART = 0x04,
OpenPOWER on IntegriCloud