Fix build on Arch Linux

This commit is contained in:
fuel-pcbox
2025-03-20 16:06:03 -05:00
parent fea521d3ac
commit 275aef30c2

View File

@@ -1060,7 +1060,9 @@ void nv3_close(void* priv)
{
// Shut down logging
log_close(nv3->nvbase.log);
#ifdef ENABLE_NV_LOG
nv_log_set_device(NULL);
#endif
// Shut down I2C and the DDC
ddc_close(nv3->nvbase.ddc);