]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
greybus: manifest: drop interface-version field
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 28 Apr 2015 14:21:38 +0000 (19:51 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 1 May 2015 19:08:05 +0000 (21:08 +0200)
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>
drivers/staging/greybus/greybus_manifest.h

index 1fb01319b9a310845a453c37d102bc97e383fb31..bea4de27ff9f12c9edb0d431775e73f9e1ebe0ae 100644 (file)
@@ -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;