* [PATCH] extcon: adc-jack: Add missing MODULE_LICENSE
@ 2012-09-28 0:33 Axel Lin
2012-09-30 4:07 ` anish kumar
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2012-09-28 0:33 UTC (permalink / raw)
To: linux-kernel; +Cc: MyungJoo Ham, Chanwoo Choi, anish kumar
This driver can be built as a module, add MODULE_LICENSE for it.
For completeness, also adds MODULE_AUTHOR and MODULE_DESCRIPTION.
Signed-off-by: Axel Lin <axel.lin@ingics.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@samsung.com>");
+MODULE_DESCRIPTION("ADC Jack extcon driver");
+MODULE_LICENSE("GPL v2");
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] extcon: adc-jack: Add missing MODULE_LICENSE
2012-09-28 0:33 [PATCH] extcon: adc-jack: Add missing MODULE_LICENSE Axel Lin
@ 2012-09-30 4:07 ` anish kumar
0 siblings, 0 replies; 2+ messages in thread
From: anish kumar @ 2012-09-30 4:07 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, MyungJoo Ham, Chanwoo Choi, anish kumar
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@ingics.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@samsung.com>");
> +MODULE_DESCRIPTION("ADC Jack extcon driver");
> +MODULE_LICENSE("GPL v2");
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-30 4:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-28 0:33 [PATCH] extcon: adc-jack: Add missing MODULE_LICENSE Axel Lin
2012-09-30 4:07 ` anish kumar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).