From 6adda32266cf29e0c20fba4e08a2aa24592c87a4 Mon Sep 17 00:00:00 2001 From: Haibo Chen Date: Thu, 16 Apr 2015 18:32:22 +0800 Subject: MLK-10671 iio: ad2802a: use GPL v2 license Correct the GPL license to v2, not V2. Otherwise this driver is GPL-incompatible, and can't be make as module. Signed-off-by: Haibo Chen (cherry picked from commit 9641a38dd3fcd8ca0126c7158e37507958b49c5c) --- drivers/iio/adc/ad2802a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/adc/ad2802a.c b/drivers/iio/adc/ad2802a.c index a8b08a0a7f1d..5e565cb2d308 100644 --- a/drivers/iio/adc/ad2802a.c +++ b/drivers/iio/adc/ad2802a.c @@ -561,4 +561,4 @@ module_platform_driver(ad2802_driver); MODULE_AUTHOR("Haibo Chen "); MODULE_DESCRIPTION("Freeacale ad2802 ADC driver"); -MODULE_LICENSE("GPL V2"); +MODULE_LICENSE("GPL v2"); -- cgit v1.2.3