diff options
author | Geert Uytterhoeven <[email protected]> | 2023-09-25 13:10:22 +0200 |
---|---|---|
committer | John Paul Adrian Glaubitz <[email protected]> | 2024-01-19 09:07:00 +0100 |
commit | d87123aa9a7920e88633ffc5c5a0a22ab08bdc06 (patch) | |
tree | da69eebb35c7f0e46d0aa6c22fcd0252d58d1f73 /tools/perf/util/trace-event-scripting.c | |
parent | b85ea95d086471afb4ad062012a4d73cd328fa86 (diff) |
sh: ecovec24: Rename missed backlight field from fbdev to dev
One instance of gpio_backlight_platform_data.fbdev was renamed, but the
second instance was forgotten, causing a build failure:
arch/sh/boards/mach-ecovec24/setup.c: In function ‘arch_setup’:
arch/sh/boards/mach-ecovec24/setup.c:1223:37: error: ‘struct gpio_backlight_platform_data’ has no member named ‘fbdev’; did you mean ‘dev’?
1223 | gpio_backlight_data.fbdev = NULL;
| ^~~~~
| dev
Fix this by updating the second instance.
Fixes: ed369def91c1579a ("backlight/gpio_backlight: Rename field 'fbdev' to 'dev'")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Thomas Zimmermann <[email protected]>
Reviewed-by: John Paul Adrian Glaubitz <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions