summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-07 10:02:57 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-07 10:02:57 -0800
commit3bc8e3b57e0a8e1fb437b3bdd3e9d479f43afc06 (patch)
treeb79aad8f8336c31a27a48ab1303de7fc169b46f4
parent09df931ce68c0a19e14da60e28fd4fa3b675de9e (diff)
Fix 3 -Wmissing-prototypes warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/mga_dacG.c6
1 files 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;