staging: unisys: Union ULTRA_COMPONENT_VERSION not used, removed
authorVeronika Kabatova <veronicca114@gmail.com>
Wed, 8 Oct 2014 01:47:35 +0000 (03:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:18 +0000 (10:29 +0800)
Remove unused union ULTRA_COMPONENT_VERSION

Signed-off-by: Veronika Kabátová <veronicca114@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/common-spar/include/channels/controlframework.h

index bbcf5ac..e718557 100644 (file)
@@ -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 */