On Monday, February 15, 2016 10:40:04 PM Colin King wrote: > From: Colin Ian King <colin.k...@canonical.com> > > 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.k...@canonical.com>
Applied, thanks! Rafael