mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zpcimon: Make optics_los_implemente() static
Sparse noted that optics_los_implemente() can be static. Make it so. Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
7586a1ad59
commit
0f0e8cf33b
@@ -53,7 +53,7 @@ enum optics_type optics_type(struct optics *oi)
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
bool optics_los_implemented(struct optics *oi)
|
static bool optics_los_implemented(struct optics *oi)
|
||||||
{
|
{
|
||||||
enum optics_type type = optics_type(oi);
|
enum optics_type type = optics_type(oi);
|
||||||
uint8_t implemented;
|
uint8_t implemented;
|
||||||
|
|||||||
Reference in New Issue
Block a user