greybus: camera: fix data types of operations
authorRui Miguel Silva <rui.silva@linaro.org>
Thu, 17 Dec 2015 19:56:23 +0000 (19:56 +0000)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 18 Dec 2015 02:16:11 +0000 (18:16 -0800)
commit8e77c83e2a6ea1977de0b6e144b90faf1bd4f418
tree16346da33e94dde9d1d286c920e9e74a5444b90b
parent65fabd1848f2ddd00a1af5a1eaeb4f95dcb25b77
greybus: camera: fix data types of operations

In some operations definitions it was introduce some new fields with
the wrong data types, u8, instead of __u8. And because of this gbsim
build was broken.

Fixes: 3a1d7aa15bf6 ("greybus: Add camera protocol definition")

Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_protocols.h