Message ID | 1393220892.2912.0.camel@phoenix (mailing list archive) |
---|---|
State | Accepted |
Commit | 83f091440db9ba3f739522cee0c627ecfe1cc8ef |
Delegated to: | Mark Brown |
Headers | show |
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@ingics.com> > --- > 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@mm-sol.com> -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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.
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");
The module version is unlikely to be updated, use kernel version should be enough. Signed-off-by: Axel Lin <axel.lin@ingics.com> --- drivers/spi/spi-qup.c | 1 - 1 file changed, 1 deletion(-)