Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1345966
| From | Eric Engestrom <eric.engestrom@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] acpi: remove left over dead code |
| Date | 2016-02-29 17:30 +0100 |
| Message-ID | <r7yRR-5oO-33@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] acpi: remove left over dead code Eric Engestrom <eric.engestrom@imgtec.com> - 2016-02-29 17:30 +0100
csiph-web