[16/17] DVB:Siano drivers - extern function smscore_send_last_fw_chunk to be used by other modules

Message ID 1316514723.5199.94.camel@Doron-Ubuntu (mailing list archive)
State Rejected, archived
Headers

Commit Message

Doron Cohen Sept. 20, 2011, 10:32 a.m. UTC
Hi,
This patch step externs function smscore_send_last_fw_chunk to be used
by other modules.
Thanks,
Doron Cohen

-----------------------

From 1e19b238fa7129396df7ddc89e8197669c72a3a4 Mon Sep 17 00:00:00 2001
From: Doron Cohen <doronc@siano-ms.com>
Date: Tue, 20 Sep 2011 09:38:10 +0300
Subject: [PATCH 20/21] extern function smscore_send_last_fw_chunk to be
used by other modules

---
 drivers/media/dvb/siano/smscoreapi.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
  

Comments

Mauro Carvalho Chehab Sept. 23, 2011, 10:51 p.m. UTC | #1
Em 20-09-2011 07:32, Doron Cohen escreveu:
> Hi,
> This patch step externs function smscore_send_last_fw_chunk to be used
> by other modules.
> Thanks,
> Doron Cohen
> 
> -----------------------
> 
>>From 1e19b238fa7129396df7ddc89e8197669c72a3a4 Mon Sep 17 00:00:00 2001
> From: Doron Cohen <doronc@siano-ms.com>
> Date: Tue, 20 Sep 2011 09:38:10 +0300
> Subject: [PATCH 20/21] extern function smscore_send_last_fw_chunk to be
> used by other modules
> 
> ---
>  drivers/media/dvb/siano/smscoreapi.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/media/dvb/siano/smscoreapi.c
> b/drivers/media/dvb/siano/smscoreapi.c
> index 0555a38..10bd28c 100644
> --- a/drivers/media/dvb/siano/smscoreapi.c
> +++ b/drivers/media/dvb/siano/smscoreapi.c
> @@ -964,6 +964,8 @@ exit_fw_download:
>  
>  	return rc;
>  }
> +EXPORT_SYMBOL_GPL(smscore_send_last_fw_chunk);
> +

The driver should be able to compile after each applied patch. If you're needing this one
here, you probably broke the compilation.

Please fold this patch with the one that had the compilation breakage.

>  
>  /**
>   * notifies all clients registered with the device, notifies hotplugs,

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  

Patch

diff --git a/drivers/media/dvb/siano/smscoreapi.c
b/drivers/media/dvb/siano/smscoreapi.c
index 0555a38..10bd28c 100644
--- a/drivers/media/dvb/siano/smscoreapi.c
+++ b/drivers/media/dvb/siano/smscoreapi.c
@@ -964,6 +964,8 @@  exit_fw_download:
 
 	return rc;
 }
+EXPORT_SYMBOL_GPL(smscore_send_last_fw_chunk);
+
 
 /**
  * notifies all clients registered with the device, notifies hotplugs,