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:
Niklas Schnelle
2026-07-23 16:55:53 +02:00
committed by Jan Höppner
parent 7586a1ad59
commit 0f0e8cf33b

View File

@@ -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);
uint8_t implemented;