[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1348978075.7492.1.camel@anish-Inspiron-N5050>
Date: Sun, 30 Sep 2012 09:37:55 +0530
From: anish kumar <anish198519851985@...il.com>
To: Axel Lin <axel.lin@...ics.com>
Cc: linux-kernel@...r.kernel.org,
MyungJoo Ham <myungjoo.ham@...sung.com>,
Chanwoo Choi <cw00.choi@...sung.com>,
anish kumar <anish.singh@...sung.com>
Subject: Re: [PATCH] extcon: adc-jack: Add missing MODULE_LICENSE
On Fri, 2012-09-28 at 08:33 +0800, Axel Lin wrote:
> This driver can be built as a module, add MODULE_LICENSE for it.
> For completeness, also adds MODULE_AUTHOR and MODULE_DESCRIPTION.
Aha I forgot that.Good one.
>
> Signed-off-by: Axel Lin <axel.lin@...ics.com>
> ---
> drivers/extcon/extcon-adc-jack.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/extcon/extcon-adc-jack.c b/drivers/extcon/extcon-adc-jack.c
> index 2cc6bec..e87196f 100644
> --- a/drivers/extcon/extcon-adc-jack.c
> +++ b/drivers/extcon/extcon-adc-jack.c
> @@ -14,6 +14,7 @@
> *
> */
>
> +#include <linux/module.h>
> #include <linux/slab.h>
> #include <linux/device.h>
> #include <linux/platform_device.h>
> @@ -195,3 +196,7 @@ static struct platform_driver adc_jack_driver = {
> };
>
> module_platform_driver(adc_jack_driver);
> +
> +MODULE_AUTHOR("MyungJoo Ham <myungjoo.ham@...sung.com>");
> +MODULE_DESCRIPTION("ADC Jack extcon driver");
> +MODULE_LICENSE("GPL v2");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists