From 3bc8e3b57e0a8e1fb437b3bdd3e9d479f43afc06 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 7 Jan 2024 10:02:57 -0800 Subject: Fix 3 -Wmissing-prototypes warnings Signed-off-by: Alan Coopersmith --- src/mga_dacG.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mga_dacG.c b/src/mga_dacG.c index b8fd9df..07bd4bd 100644 --- a/src/mga_dacG.c +++ b/src/mga_dacG.c @@ -53,7 +53,7 @@ static Bool MGAG_i2cInit(ScrnInfoPtr pScrn); #define P_ARRAY_SIZE 9 -void +static void MGAG200E4ComputePLLParam(ScrnInfoPtr pScrn, long lFo, int *M, int *N, int *P) { unsigned int ulComputedFo; @@ -264,7 +264,7 @@ MGAG200WBComputePLLParam(ScrnInfoPtr pScrn, long lFo, int *M, int *N, int *P) #endif } -void +static void MGAG200EW3ComputePLLParam(ScrnInfoPtr pScrn ,long lFo, int *M, int *N, int *P) { unsigned int ulComputedFo; @@ -375,7 +375,7 @@ MGAG200EHComputePLLParam(ScrnInfoPtr pScrn, long lFo, int *M, int *N, int *P) } } -void +static void MGAG200EH3ComputePLLParam(ScrnInfoPtr pScrn, long lFo, int *M, int *N, int *P) { unsigned int ulComputedFo; -- cgit v1.2.3