Commit 3830d03d authored by Veronika Kabatova's avatar Veronika Kabatova Committed by Greg Kroah-Hartman

staging: unisys: Union ULTRA_COMPONENT_VERSION not used, removed

Remove unused union ULTRA_COMPONENT_VERSION
Signed-off-by: default avatarVeronika Kabátová <veronicca114@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d8ad8b0c
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment