All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: qup: Remove module version
@ 2014-02-24  5:48 Axel Lin
  2014-02-24  8:24 ` Ivan T. Ivanov
  2014-02-24 13:04 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2014-02-24  5:48 UTC (permalink / raw)
  To: Mark Brown; +Cc: Ivan T. Ivanov, linux-spi-u79uwXL29TY76Z2rM5mHXA

The module version is unlikely to be updated, use kernel version should be
enough.

Signed-off-by: Axel Lin <axel.lin-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org>
---
 drivers/spi/spi-qup.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/spi/spi-qup.c b/drivers/spi/spi-qup.c
index 886edb4..203f0d4 100644
--- a/drivers/spi/spi-qup.c
+++ b/drivers/spi/spi-qup.c
@@ -819,5 +819,4 @@ static struct platform_driver spi_qup_driver = {
 module_platform_driver(spi_qup_driver);
 
 MODULE_LICENSE("GPL v2");
-MODULE_VERSION("0.4");
 MODULE_ALIAS("platform:spi_qup");
-- 
1.8.1.2



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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] spi: qup: Remove module version
  2014-02-24  5:48 [PATCH] spi: qup: Remove module version Axel Lin
@ 2014-02-24  8:24 ` Ivan T. Ivanov
  2014-02-24 13:04 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Ivan T. Ivanov @ 2014-02-24  8:24 UTC (permalink / raw)
  To: Axel Lin; +Cc: Mark Brown, linux-spi-u79uwXL29TY76Z2rM5mHXA

On Mon, 2014-02-24 at 13:48 +0800, Axel Lin wrote: 
> The module version is unlikely to be updated, use kernel version should be
> enough.
> 
> Signed-off-by: Axel Lin <axel.lin-8E1dMatC8ynQT0dZR+AlfA@public.gmane.org>
> ---
>  drivers/spi/spi-qup.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/spi/spi-qup.c b/drivers/spi/spi-qup.c
> index 886edb4..203f0d4 100644
> --- a/drivers/spi/spi-qup.c
> +++ b/drivers/spi/spi-qup.c
> @@ -819,5 +819,4 @@ static struct platform_driver spi_qup_driver = {
>  module_platform_driver(spi_qup_driver);
>  
>  MODULE_LICENSE("GPL v2");
> -MODULE_VERSION("0.4");
>  MODULE_ALIAS("platform:spi_qup");

Thanks. 

Acked-by: Ivan T. Ivanov <iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] spi: qup: Remove module version
  2014-02-24  5:48 [PATCH] spi: qup: Remove module version Axel Lin
  2014-02-24  8:24 ` Ivan T. Ivanov
@ 2014-02-24 13:04 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-02-24 13:04 UTC (permalink / raw)
  To: Axel Lin; +Cc: Ivan T. Ivanov, linux-spi-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

On Mon, Feb 24, 2014 at 01:48:12PM +0800, Axel Lin wrote:
> The module version is unlikely to be updated, use kernel version should be
> enough.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-24 13:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-24  5:48 [PATCH] spi: qup: Remove module version Axel Lin
2014-02-24  8:24 ` Ivan T. Ivanov
2014-02-24 13:04 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.