diff options
-rw-r--r-- | drivers/thermal/thermal_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c index 768ad312ba29..a579c622f1a7 100644 --- a/drivers/thermal/thermal_core.c +++ b/drivers/thermal/thermal_core.c | |||
@@ -40,7 +40,7 @@ | |||
40 | 40 | ||
41 | MODULE_AUTHOR("Zhang Rui"); | 41 | MODULE_AUTHOR("Zhang Rui"); |
42 | MODULE_DESCRIPTION("Generic thermal management sysfs support"); | 42 | MODULE_DESCRIPTION("Generic thermal management sysfs support"); |
43 | MODULE_LICENSE("GPL"); | 43 | MODULE_LICENSE("GPL v2"); |
44 | 44 | ||
45 | static DEFINE_IDR(thermal_tz_idr); | 45 | static DEFINE_IDR(thermal_tz_idr); |
46 | static DEFINE_IDR(thermal_cdev_idr); | 46 | static DEFINE_IDR(thermal_cdev_idr); |