All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] acpi: remove left over dead code
@ 2016-02-29 16:27 ` Eric Engestrom
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Engestrom @ 2016-02-29 16:27 UTC (permalink / raw)
  To: Zhang Rui, Rafael J. Wysocki, Len Brown, linux-acpi, linux-kernel
  Cc: Eric Engestrom

39fe394d05be43481ceac8b3db19dfd5189097f6 ("ACPI video: remove deprecated
procfs I/F") removed everything that would've used this variable.

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
---
 drivers/acpi/acpi_video.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c
index a76f8be..4361bc9 100644
--- a/drivers/acpi/acpi_video.c
+++ b/drivers/acpi/acpi_video.c
@@ -218,13 +218,6 @@ struct acpi_video_device {
 	struct thermal_cooling_device *cooling_dev;
 };
 
-static const char device_decode[][30] = {
-	"motherboard VGA device",
-	"PCI VGA device",
-	"AGP VGA device",
-	"UNKNOWN",
-};
-
 static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data);
 static void acpi_video_device_rebind(struct acpi_video_bus *video);
 static void acpi_video_device_bind(struct acpi_video_bus *video,
-- 
2.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] acpi: remove left over dead code
@ 2016-02-29 16:27 ` Eric Engestrom
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Engestrom @ 2016-02-29 16:27 UTC (permalink / raw)
  To: Zhang Rui, Rafael J. Wysocki, Len Brown, linux-acpi, linux-kernel
  Cc: Eric Engestrom

39fe394d05be43481ceac8b3db19dfd5189097f6 ("ACPI video: remove deprecated
procfs I/F") removed everything that would've used this variable.

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
---
 drivers/acpi/acpi_video.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c
index a76f8be..4361bc9 100644
--- a/drivers/acpi/acpi_video.c
+++ b/drivers/acpi/acpi_video.c
@@ -218,13 +218,6 @@ struct acpi_video_device {
 	struct thermal_cooling_device *cooling_dev;
 };
 
-static const char device_decode[][30] = {
-	"motherboard VGA device",
-	"PCI VGA device",
-	"AGP VGA device",
-	"UNKNOWN",
-};
-
 static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data);
 static void acpi_video_device_rebind(struct acpi_video_bus *video);
 static void acpi_video_device_bind(struct acpi_video_bus *video,
-- 
2.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-29 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-29 16:27 [PATCH] acpi: remove left over dead code Eric Engestrom
2016-02-29 16:27 ` Eric Engestrom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.