From: Viresh Kumar <viresh.kumar@linaro.org>
Date: Tue, 28 Apr 2015 14:21:38 +0000 (+0530)
Subject: greybus: manifest: drop interface-version field
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=20f087ec5c8c746020c91d296339eebe4d8ed4dd;p=linux.git

greybus: manifest: drop interface-version field

It is not required anymore. Drop it.

Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
---

diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h
index 1fb01319b9a31..bea4de27ff9f1 100644
--- a/drivers/staging/greybus/greybus_manifest.h
+++ b/drivers/staging/greybus/greybus_manifest.h
@@ -82,7 +82,6 @@ struct greybus_descriptor_string {
  * *not* the functions within it.
  */
 struct greybus_descriptor_interface {
-	__le16	version;	// TODO - remove after Dec demo.
 	__u8	vendor_stringid;
 	__u8	product_stringid;
 } __packed;