summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ced1401/ced_ioc.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-05-22 15:36:33 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-22 15:31:39 -0700
commit631ae9054d148ff474d442d73309d9ea2a6ea7e6 (patch)
treec6ff1146f247a6d96d9983b38620378f600333e1 /drivers/staging/ced1401/ced_ioc.c
parent6e3fe5dcd7f136e5802b1a54c0dfbc9aeb302adb (diff)
downloadop-kernel-dev-631ae9054d148ff474d442d73309d9ea2a6ea7e6.zip
op-kernel-dev-631ae9054d148ff474d442d73309d9ea2a6ea7e6.tar.gz
Staging: ced1401: Staticize local symbols
Symbols referenced only in this file are made static. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ced1401/ced_ioc.c')
-rw-r--r--drivers/staging/ced1401/ced_ioc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c
index a31adb3..2dbaf39e 100644
--- a/drivers/staging/ced1401/ced_ioc.c
+++ b/drivers/staging/ced1401/ced_ioc.c
@@ -37,7 +37,7 @@
**
** Empties the Output buffer and sets int lines. Used from user level only
****************************************************************************/
-void FlushOutBuff(DEVICE_EXTENSION *pdx)
+static void FlushOutBuff(DEVICE_EXTENSION *pdx)
{
dev_dbg(&pdx->interface->dev, "%s currentState=%d", __func__,
pdx->sCurrentState);
@@ -58,7 +58,7 @@ void FlushOutBuff(DEVICE_EXTENSION *pdx)
**
** Empties the input buffer and sets int lines
****************************************************************************/
-void FlushInBuff(DEVICE_EXTENSION *pdx)
+static void FlushInBuff(DEVICE_EXTENSION *pdx)
{
dev_dbg(&pdx->interface->dev, "%s currentState=%d", __func__,
pdx->sCurrentState);
OpenPOWER on IntegriCloud