Re: [PATCH] ACPI / video: remove unused device_decode

From: Rafael J. Wysocki
Date: Thu Mar 10 2016 - 18:32:49 EST


On Monday, February 15, 2016 10:40:04 PM Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> device_decode is now no longer used, so we may as well remove it.
> Fixes gcc 6 warning:
>
> drivers/acpi/acpi_video.c:221:19: warning: âdevice_decodeâ defined
> but not used [-Wunused-const-variable]
> static const char device_decode[][30] = {
> ^~~~~~~~~~~~~
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied, thanks!

Rafael