summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visorbus/vbuschannel.h
diff options
context:
space:
mode:
authorJon Frisch <jon.frisch@unisys.com>2016-09-26 11:03:41 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-27 13:06:16 +0200
commite82ed633eb814f25861d8942ed33881e4b36d5c4 (patch)
tree5d26f3b03e23c8abbb24e83d803e60c525b253c8 /drivers/staging/unisys/visorbus/vbuschannel.h
parent2460563fb490b8061d614f99b1ce1a470fde4913 (diff)
downloadop-kernel-dev-e82ed633eb814f25861d8942ed33881e4b36d5c4.zip
op-kernel-dev-e82ed633eb814f25861d8942ed33881e4b36d5c4.tar.gz
staging: unisys: remove driver version from struct visor_driver
This patch removes the all instances of the driver version from struct visor_driver. This includes removing version, vertag (a human readable version string of the driver version) and version_attr from struct visor_driver. This resulted in removing the bus attributes and driver attributes which only contained the driver version. The utsname function is used to replace the driver version with the kernel version in bus_device_info_init(). Signed-off-by: Jon Frisch <jon.frisch@unisys.com> Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/visorbus/vbuschannel.h')
-rw-r--r--drivers/staging/unisys/visorbus/vbuschannel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/unisys/visorbus/vbuschannel.h b/drivers/staging/unisys/visorbus/vbuschannel.h
index 3f7830b..e979175 100644
--- a/drivers/staging/unisys/visorbus/vbuschannel.h
+++ b/drivers/staging/unisys/visorbus/vbuschannel.h
@@ -67,8 +67,7 @@ static const uuid_le spar_vbus_channel_protocol_uuid =
struct ultra_vbus_deviceinfo {
u8 devtype[16]; /* short string identifying the device type */
u8 drvname[16]; /* driver .sys file name */
- u8 infostrs[96]; /* sequence of tab-delimited id strings: */
- /* <DRIVER_REV> <DRIVER_VERTAG> <DRIVER_COMPILETIME> */
+ u8 infostrs[96]; /* kernel version */
u8 reserved[128]; /* pad size to 256 bytes */
};
OpenPOWER on IntegriCloud