]> git.baikalelectronics.ru Git - kernel.git/commit
perf/arm-cc*: Fix MODULE_LICENSE() tags
authorRobin Murphy <robin.murphy@arm.com>
Mon, 14 May 2018 13:34:51 +0000 (14:34 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 21 May 2018 17:12:53 +0000 (18:12 +0100)
commit45c173dd21dccbe051831fd4ffdda8130270f8b1
treeca812c971cf3f038884dab708735cfb22537d6cd
parent0ed00ff04f3ad22a3824980befde029391fd8a1a
perf/arm-cc*: Fix MODULE_LICENSE() tags

The CCI/CCN drivers are licensed under GPLv2, but the MODULE_LICENSE()
tags are using the bare "GPL" string implying GPLv2 or later. Fix them
to match their actual file license.

Acked-by: Pawel Moll <pawel.moll@arm.com>
Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/perf/arm-cci.c
drivers/perf/arm-ccn.c