From: Veronika Kabatova Date: Wed, 8 Oct 2014 01:47:35 +0000 (+0200) Subject: staging: unisys: Union ULTRA_COMPONENT_VERSION not used, removed X-Git-Tag: v3.19-rc1~66^2~1199 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3830d03dee563f95833801b6c72a596f5fb3aa4e;p=karo-tx-linux.git staging: unisys: Union ULTRA_COMPONENT_VERSION not used, removed Remove unused union ULTRA_COMPONENT_VERSION Signed-off-by: Veronika Kabátová Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/common-spar/include/channels/controlframework.h b/drivers/staging/unisys/common-spar/include/channels/controlframework.h index bbcf5ac4f0b7..e718557f1c20 100644 --- a/drivers/staging/unisys/common-spar/include/channels/controlframework.h +++ b/drivers/staging/unisys/common-spar/include/channels/controlframework.h @@ -63,15 +63,5 @@ static const struct ultra_segment_state SegmentStatePaused = { static const struct ultra_segment_state SegmentStateStandby = { 1, 1, 0, 0, 1, 1, 1, 0 }; -typedef union { - u64 Full; - struct { - u8 Major; /* will be 1 for the first release and - * increment thereafter */ - u8 Minor; - u16 Maintenance; - u32 Revision; /* Subversion revision */ - } Part; -} ULTRA_COMPONENT_VERSION; #endif /* _CONTROL_FRAMEWORK_H_ not defined */