hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/gpu/drm/amd/display/dc/gpio/diagnostics/hw_factory_diag.c
....@@ -38,15 +38,13 @@
3838 #include "../hw_gpio.h"
3939 #include "../hw_ddc.h"
4040 #include "../hw_hpd.h"
41
+#include "../hw_generic.h"
4142
4243 /* function table */
4344 static const struct hw_factory_funcs funcs = {
44
- .create_ddc_data = NULL,
45
- .create_ddc_clock = NULL,
46
- .create_generic = NULL,
47
- .create_hpd = NULL,
48
- .create_sync = NULL,
49
- .create_gsl = NULL,
45
+ .init_ddc_data = NULL,
46
+ .init_generic = NULL,
47
+ .init_hpd = NULL,
5048 };
5149
5250 void dal_hw_factory_diag_fpga_init(struct hw_factory *factory)