diff options
| author | Greg Kroah-Hartman <[email protected]> | 2017-11-17 15:16:32 +0100 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2017-11-20 11:16:31 +0100 |
| commit | 0df12b3f0297b270960a4ce735607da518feafcb (patch) | |
| tree | b24120238b992c2fbcba643fda8e5e38bcf0f530 /tools/perf/scripts/python/task-analyzer.py | |
| parent | 17ab7806de0c10d27cdbda8ef57ca680bdd24315 (diff) | |
gpu: gma500: remove unneeded DRIVER_LICENSE #define
There is no need to #define the license of the driver, just put it in
the MODULE_LICENSE() line directly as a text string.
This allows tools that check that the module license matches the source
code license to work properly, as there is no need to unwind the
unneeded dereference, especially when the string is defined in a .h file
far away from the .c file it is used in.
Cc: Patrik Jakobsson <[email protected]>
Cc: David Airlie <[email protected]>
Reported-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions