xfree86: xf86.h: make xf86ShowClockRanges() static
Only used locally inside xf86Mode.c. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
9e0aa45717
commit
f905c7ea5b
|
@ -298,8 +298,6 @@ extern _X_EXPORT void
|
||||||
xf86SetCrtcForModes(ScrnInfoPtr scrp, int adjustFlags);
|
xf86SetCrtcForModes(ScrnInfoPtr scrp, int adjustFlags);
|
||||||
extern _X_EXPORT void
|
extern _X_EXPORT void
|
||||||
xf86PrintModes(ScrnInfoPtr scrp);
|
xf86PrintModes(ScrnInfoPtr scrp);
|
||||||
extern _X_EXPORT void
|
|
||||||
xf86ShowClockRanges(ScrnInfoPtr scrp, ClockRangePtr clockRanges);
|
|
||||||
|
|
||||||
/* xf86Option.c */
|
/* xf86Option.c */
|
||||||
|
|
||||||
|
|
|
@ -248,7 +248,7 @@ xf86ModeStatusToString(ModeStatus status)
|
||||||
* xf86ShowClockRanges() -- Print the clock ranges allowed
|
* xf86ShowClockRanges() -- Print the clock ranges allowed
|
||||||
* and the clock values scaled by ClockMulFactor and ClockDivFactor
|
* and the clock values scaled by ClockMulFactor and ClockDivFactor
|
||||||
*/
|
*/
|
||||||
void
|
static void
|
||||||
xf86ShowClockRanges(ScrnInfoPtr scrp, ClockRangePtr clockRanges)
|
xf86ShowClockRanges(ScrnInfoPtr scrp, ClockRangePtr clockRanges)
|
||||||
{
|
{
|
||||||
ClockRangePtr cp;
|
ClockRangePtr cp;
|
||||||
|
|
Loading…
Reference in New Issue