summaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-10-27 11:23:04 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-10-27 17:55:06 -0200
commitc246ffc28e1b616305edce4b07acd35f46c6407c (patch)
tree430d650c3782979c117ef61cb67a6e7bcfc3a254 /drivers/media/common
parentc003ab1bedf028db15b0185b683d5c387204e8f5 (diff)
downloadop-kernel-dev-c246ffc28e1b616305edce4b07acd35f46c6407c.zip
op-kernel-dev-c246ffc28e1b616305edce4b07acd35f46c6407c.tar.gz
[media] siano: get rid of warning: no previous prototype
drivers/media/common/siano/smscoreapi.c:1095:26: warning: no previous prototype for 'get_entry' [-Wmissing-prototypes] Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r--drivers/media/common/siano/smscoreapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/siano/smscoreapi.c b/drivers/media/common/siano/smscoreapi.c
index 9cc5554..1842e64 100644
--- a/drivers/media/common/siano/smscoreapi.c
+++ b/drivers/media/common/siano/smscoreapi.c
@@ -1092,7 +1092,7 @@ EXPORT_SYMBOL_GPL(smscore_onresponse);
* @return pointer to descriptor on success, NULL on error.
*/
-struct smscore_buffer_t *get_entry(struct smscore_device_t *coredev)
+static struct smscore_buffer_t *get_entry(struct smscore_device_t *coredev)
{
struct smscore_buffer_t *cb = NULL;
unsigned long flags;
OpenPOWER on IntegriCloud