Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c246ffc2 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent c003ab1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1092,7 +1092,7 @@ EXPORT_SYMBOL_GPL(smscore_onresponse);
 * @return pointer to descriptor on success, NULL on error.
 * @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;
	struct smscore_buffer_t *cb = NULL;
	unsigned long flags;
	unsigned long flags;