Re: [PATCH v3 09/13] video: fbdev: goldfishfb: Fix defined but not used warning

2020-12-07 Thread Thomas Zimmermann
Am 06.12.20 um 20:02 schrieb Sam Ravnborg: The goldfish_fb_acpi_match table is only used with ACPI enabled. Ifdef it out unless it is needed. This is a similar fix to what other acpi drivers do. Signed-off-by: Sam Ravnborg Cc: Sam Ravnborg Acked-by: Thomas Zimmermann --- drivers/video

[PATCH v3 09/13] video: fbdev: goldfishfb: Fix defined but not used warning

2020-12-06 Thread Sam Ravnborg
The goldfish_fb_acpi_match table is only used with ACPI enabled. Ifdef it out unless it is needed. This is a similar fix to what other acpi drivers do. Signed-off-by: Sam Ravnborg Cc: Sam Ravnborg --- drivers/video/fbdev/goldfishfb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers