diff options
-rw-r--r-- | drivers/perf/arm_cspmu/arm_cspmu.c | 2 | ||||
-rw-r--r-- | drivers/perf/arm_cspmu/nvidia_cspmu.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/drivers/perf/arm_cspmu/arm_cspmu.c b/drivers/perf/arm_cspmu/arm_cspmu.c index e851eeb33f4a..e31302ab7e37 100644 --- a/drivers/perf/arm_cspmu/arm_cspmu.c +++ b/drivers/perf/arm_cspmu/arm_cspmu.c @@ -1299,3 +1299,5 @@ static void __exit arm_cspmu_exit(void) module_init(arm_cspmu_init); module_exit(arm_cspmu_exit); + +MODULE_LICENSE("GPL v2"); diff --git a/drivers/perf/arm_cspmu/nvidia_cspmu.c b/drivers/perf/arm_cspmu/nvidia_cspmu.c index c795414ec7c7..72ef80caa3c8 100644 --- a/drivers/perf/arm_cspmu/nvidia_cspmu.c +++ b/drivers/perf/arm_cspmu/nvidia_cspmu.c @@ -396,3 +396,5 @@ int nv_cspmu_init_ops(struct arm_cspmu *cspmu) return 0; } EXPORT_SYMBOL_GPL(nv_cspmu_init_ops); + +MODULE_LICENSE("GPL v2"); |