diff options
author | Tomi Valkeinen <[email protected]> | 2015-08-20 13:46:10 +0300 |
---|---|---|
committer | Tomi Valkeinen <[email protected]> | 2015-08-20 13:50:20 +0300 |
commit | cb73b40e59f0f62099bfb8a836697a74dc151395 (patch) | |
tree | 927aa18c965310d93fe6b366119b6b6096d9e463 /tools/perf/scripts/python/stackcollapse.py | |
parent | c4a2f5beb7fe3cf4e33ed79040d699fd6c17083f (diff) |
video: fbdev: atmel: fix warning for const return value
A const on a return value is meaningless and generates a warning on some
versions of gcc:
drivers/video/fbdev/atmel_lcdfb.c:1003: warning: type qualifiers ignored on function return type
The function in question is only used inside the .c file, so the author
of the code most likely means "static" instead of "const".
Change the const to static.
Reported-by: Fengguang Wu <[email protected]>
Cc: Nicolas Ferre <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions