diff --git a/hw/xfree86/ddc/ddcProperty.c b/hw/xfree86/ddc/ddcProperty.c index 273430231..6152bf0e1 100644 --- a/hw/xfree86/ddc/ddcProperty.c +++ b/hw/xfree86/ddc/ddcProperty.c @@ -28,7 +28,7 @@ #include "dix/dix_priv.h" #include "xf86.h" -#include "xf86DDC.h" +#include "xf86DDC_priv.h" #include "xf86Priv.h" #include #include "property.h" diff --git a/hw/xfree86/ddc/xf86DDC.h b/hw/xfree86/ddc/xf86DDC.h index 37ffb335d..5756765cb 100644 --- a/hw/xfree86/ddc/xf86DDC.h +++ b/hw/xfree86/ddc/xf86DDC.h @@ -40,9 +40,6 @@ extern _X_EXPORT xf86MonPtr xf86InterpretEDID(int screenIndex, Uchar * block); extern _X_EXPORT xf86MonPtr xf86InterpretEEDID(int screenIndex, Uchar * block); -extern _X_EXPORT void - xf86EdidMonitorSet(int scrnIndex, MonPtr Monitor, xf86MonPtr DDC); - extern _X_EXPORT Bool xf86SetDDCproperties(ScrnInfoPtr pScreen, xf86MonPtr DDC); extern _X_EXPORT Bool diff --git a/hw/xfree86/ddc/xf86DDC_priv.h b/hw/xfree86/ddc/xf86DDC_priv.h index 0eea134f3..b46c2cdb1 100644 --- a/hw/xfree86/ddc/xf86DDC_priv.h +++ b/hw/xfree86/ddc/xf86DDC_priv.h @@ -50,4 +50,6 @@ void xf86ForEachVideoBlock(xf86MonPtr, handle_video_fn, void *); struct cea_data_block *xf86MonitorFindHDMIBlock(xf86MonPtr mon); +void xf86EdidMonitorSet(int scrnIndex, MonPtr Monitor, xf86MonPtr DDC); + #endif /* _XSERVER_XF86_DDC_PRIV_H */