Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: unisys: Union ULTRA_COMPONENT_VERSION not used, removed

Remove unused union ULTRA_COMPONENT_VERSION

Signed-off-by: Veronika Kabátová <veronicca114@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Veronika Kabatova and committed by
Greg Kroah-Hartman
3830d03d d8ad8b0c

-10
-10
drivers/staging/unisys/common-spar/include/channels/controlframework.h
··· 63 63 static const struct ultra_segment_state SegmentStateStandby = { 64 64 1, 1, 0, 0, 1, 1, 1, 0 65 65 }; 66 - typedef union { 67 - u64 Full; 68 - struct { 69 - u8 Major; /* will be 1 for the first release and 70 - * increment thereafter */ 71 - u8 Minor; 72 - u16 Maintenance; 73 - u32 Revision; /* Subversion revision */ 74 - } Part; 75 - } ULTRA_COMPONENT_VERSION; 76 66 77 67 #endif /* _CONTROL_FRAMEWORK_H_ not defined */