]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: ced1401: Staticize local symbols
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 22 May 2013 10:06:33 +0000 (15:36 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 May 2013 22:31:39 +0000 (15:31 -0700)
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>
drivers/staging/ced1401/ced_ioc.c

index a31adb3da3a443662ad3d1d52512f6b78200cc17..2dbaf39e2fc296b0b5acfc6b32fd0f9bb67d80e3 100644 (file)
@@ -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);