summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-15 13:24:51 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-17 10:55:27 -0800
commit485bd59dc63ab2c59552c3dba113719e41f6d944 (patch)
tree87c62d5158219050f04b42dbec9e553a2362ef43
parent7fe95072683fe551abf986c3bd6c99600bc87856 (diff)
Fix warning: no previous prototype for ‘FFBi2cInit’ [-Wmissing-prototypes]
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/ffb_ddc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ffb_ddc.c b/src/ffb_ddc.c
index 3f688aa..8658d52 100644
--- a/src/ffb_ddc.c
+++ b/src/ffb_ddc.c
@@ -172,6 +172,7 @@ FFBI2CPutBits(I2CBusPtr b, int clock, int data)
#endif
}
+#if 0
Bool
FFBi2cInit(ScrnInfoPtr pScrn)
{
@@ -195,3 +196,4 @@ FFBi2cInit(ScrnInfoPtr pScrn)
return TRUE;
}
+#endif