diff options
Diffstat (limited to 'drivers/rtc/rtc-test.c')
-rw-r--r-- | drivers/rtc/rtc-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-test.c b/drivers/rtc/rtc-test.c index ade6a82709be..93f1638fb8c8 100644 --- a/drivers/rtc/rtc-test.c +++ b/drivers/rtc/rtc-test.c | |||
@@ -197,7 +197,7 @@ static void __exit test_exit(void) | |||
197 | 197 | ||
198 | MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>"); | 198 | MODULE_AUTHOR("Alessandro Zummo <a.zummo@towertech.it>"); |
199 | MODULE_DESCRIPTION("RTC test driver/device"); | 199 | MODULE_DESCRIPTION("RTC test driver/device"); |
200 | MODULE_LICENSE("GPL"); | 200 | MODULE_LICENSE("GPL v2"); |
201 | 201 | ||
202 | module_init(test_init); | 202 | module_init(test_init); |
203 | module_exit(test_exit); | 203 | module_exit(test_exit); |